Rubocop still doesn't support Ruby > 2.5, so let's disable that.

This commit is contained in:
Jyri-Petteri Paloposki 2024-06-06 00:31:07 +03:00
parent 7584d4f051
commit f76a00f261

View file

@ -21,14 +21,5 @@ plugins:
enabled: true
reek:
enabled: true
rubocop:
enabled: true
checks:
Rubocop/Style/StringLiterals:
enabled: false
Rubocop/Style/TrailingCommaInLiteral:
enabled: false
Rubocop/Style/HashSyntax:
enabled: false
#exclude_patterns:
#- app/assets/javascripts-jquery-ui