Skip to content
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

[gui-test][full-ci] enable invalid-name check #11892

Merged
merged 5 commits into from
Oct 3, 2024
Merged

Conversation

saw-jan
Copy link
Member

@saw-jan saw-jan commented Sep 20, 2024

Enable invalid-name lint rule. This rule checks the naming convention

Here are the set config:

attr-naming-style=snake_case
class-const-naming-style=UPPER_CASE
class-naming-style=PascalCase
const-naming-style=UPPER_CASE
function-naming-style=snake_case
method-naming-style=snake_case
module-naming-style=any
variable-naming-style=snake_case

@saw-jan saw-jan self-assigned this Sep 20, 2024
@saw-jan saw-jan marked this pull request as ready for review September 20, 2024 09:53
ishabaral
ishabaral previously approved these changes Sep 23, 2024
@saw-jan saw-jan merged commit c662f46 into master Oct 3, 2024
6 checks passed
@saw-jan saw-jan deleted the tests/enable-case-lint branch October 3, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants