-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(workflows): add editorconfig-checker
#2849
Conversation
e86252a
to
b944ea7
Compare
# limitations under the License. | ||
#=============================================================================== | ||
|
||
VERSION=v3.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a way to set it as automatically updatable version? through automatic tool updates?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have updated renovate.json
config for this purpose: fe85bbe
Can we also add short readme on this check and how to run it? |
b944ea7
to
49d4fb1
Compare
Updated |
9b4be87
to
fe85bbe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only comment is that we have many files in root dir of OneDAL and its a bit cluttered. Might be worth doing a little reorganization. Not in the scope of this PR but could look eventually.
Could you please clarify if you mean the presence of dotfiles in the root directory? It's common practice to keep these configuration files at the root level. |
should we integrate this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix broken link.
Description
This Pull Request adds an editorconfig-checker to CI pipeline.
Changes
ClangFormat
has been renamed toFormattersChecks
to better reflect the expanded scope of formatting checks.editorconfig-checker
has been added to the list of checks. This tool will verify that all submitted code follows the rules specified in.editorconfig
file..editorconfig
file has been added with the following configurations to maintain code quality and consistency across different file types including Python, Perl, C, C++, Java, and Fortran among others (max_line_length
temporary disabled):In case an error is found, the log will look like this: