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 not-callable & pointless-statement check #94

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Conversation

Ruchip16
Copy link
Member

The not-callable error suggests that we are trying to call a method on an object that is not a callable (i.e., a function or method). Inorder to fix this error, we need to make sure that it is a callable object, such as a function or a method.

The pointless-statement check ensures that there are no pointless statements in our code.

@Ruchip16 Ruchip16 added the bug label Apr 12, 2023
@Ruchip16 Ruchip16 requested a review from a team as a code owner April 12, 2023 08:30
@Ruchip16 Ruchip16 self-assigned this Apr 12, 2023
@Ruchip16 Ruchip16 requested review from ganeshrn, trishnaguha, shatakshiiii and ssbarnea and removed request for a team April 12, 2023 08:30
@ssbarnea ssbarnea merged commit 24b830c into ansible:main Apr 12, 2023
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