Skip to content

Commit

Permalink
fix(CI): fix qodana linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-J committed Aug 24, 2023
1 parent bb502ad commit aa21862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ profile:
#plugins:
# - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com)
#Specify Qodana linter for analysis (Applied in CI/CD pipeline)
linter: jetbrains/qodana-python:latest
linter: jetbrains/qodana-python-community:latest
exclude:
- name: All
paths:
Expand Down

0 comments on commit aa21862

Please sign in to comment.