Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
feat(sonarjs): warn rule
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Jun 14, 2022
1 parent b25ade9 commit e06afa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/common/sonarjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'sonarjs/max-switch-cases': 'warn',
'sonarjs/no-duplicate-string': 'off',
'sonarjs/no-duplicated-branches': 'warn',
'sonarjs/no-identical-functions': 'off',
'sonarjs/no-identical-functions': 'warn',
'sonarjs/no-inverted-boolean-check': 'warn',
'sonarjs/no-redundant-boolean': 'warn',
'sonarjs/no-small-switch': 'warn',
Expand Down

0 comments on commit e06afa8

Please sign in to comment.