Skip to content

Commit

Permalink
Rubocop still doesn't support Ruby > 2.5, so let's disable that.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeiP committed Jun 5, 2024
1 parent 7584d4f commit f76a00f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f76a00f

Please sign in to comment.