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 implicit-str-concat & missing-class-docstring check #91

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

Ruchip16
Copy link
Member

The implicit-str-concat check makes sure that the code is using two or more string literals that are separated by any operators or functions to concatenate them together. The check helps to avoid unexpected behavior and makes the code more readable and maintainable.

The missing-class-docstring check ensures that every class has a docstring. A docstring is a string literal that describes the purpose and behavior of a class. It should be the first statement in the class definition. It helps to maintain the readability of the code.

CC: @ssbarnea @cidrblock

Related to #85

@Ruchip16 Ruchip16 added the bug label Apr 11, 2023
@Ruchip16 Ruchip16 self-assigned this Apr 11, 2023
@Ruchip16 Ruchip16 requested a review from a team as a code owner April 11, 2023 05:23
@Ruchip16 Ruchip16 requested review from ssbarnea, trishnaguha, shatakshiiii and priyamsahoo and removed request for a team April 11, 2023 05:23
@priyamsahoo priyamsahoo merged commit 37e7cbf into ansible:main Apr 11, 2023
@Ruchip16 Ruchip16 deleted the fixes branch April 11, 2023 07:46
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.

None yet

2 participants