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

Add invalid-name check #111

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Add invalid-name check #111

merged 2 commits into from
Apr 20, 2023

Conversation

Ruchip16
Copy link
Member

The invalid-name rule ensures that the variables declared are following the correct naming convention like small_case. This makes our code more readable and maintainable.

@Ruchip16 Ruchip16 added the bug label Apr 20, 2023
@Ruchip16 Ruchip16 self-assigned this Apr 20, 2023
@Ruchip16 Ruchip16 requested a review from a team as a code owner April 20, 2023 10:57
@Ruchip16 Ruchip16 requested review from ssbarnea, cidrblock, shatakshiiii and priyamsahoo and removed request for a team April 20, 2023 10:57
Copy link
Member

@ssbarnea ssbarnea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use callback.

@ssbarnea ssbarnea enabled auto-merge (squash) April 20, 2023 11:21
@ssbarnea ssbarnea merged commit 8ce23eb into ansible:main Apr 20, 2023
@Ruchip16 Ruchip16 deleted the lint/fix branch April 20, 2023 11:26
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.

3 participants