Skip to content

Commit

Permalink
Hotfix: incorrect plugin import for pylint_sonarjson
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjdmartin committed Oct 3, 2024
1 parent 31e0fcd commit a577282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylintrc.d/pylintrc_RNC2015_A_B
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ persistent=yes

# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=cnes_checker,pylint.extensions.check_elif,pylint_sonarjson, pylint.extensions.redefined_variable_type, pylint.extensions.comparison_placement
load-plugins=cnes_checker,pylint.extensions.check_elif,pylint_sonarjson,pylint.extensions.redefined_variable_type, pylint.extensions.comparison_placement


[MESSAGES CONTROL]
Expand Down
2 changes: 1 addition & 1 deletion pylintrc.d/pylintrc_RNC2015_D
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ persistent=yes

# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=cnes_checker,pylint.extensions.check_elif,pylint-sonarjson,pylint.extensions.redefined_variable_type,pylint.extensions.comparison_placement
load-plugins=cnes_checker,pylint.extensions.check_elif,pylint_sonarjson,pylint.extensions.redefined_variable_type,pylint.extensions.comparison_placement


[MESSAGES CONTROL]
Expand Down

0 comments on commit a577282

Please sign in to comment.