Skip to content

Commit

Permalink
Create .codeclimate.yml
Browse files Browse the repository at this point in the history
To disable this check in your analysis, modify your .codeclimate.yml file to mark the check as disabled. An example is shown below.
  • Loading branch information
ikostan committed Nov 24, 2024
1 parent 43f88dc commit ff3061e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
engines:
# ... CONFIG CONTENT ...
pylint:
enabled: true
# ... CONFIG CONTENT ...
checks:
import-error:
enabled: false
# ... CONFIG CONTENT ...

0 comments on commit ff3061e

Please sign in to comment.