Skip to content

Commit

Permalink
Removed cop throwing false positives
Browse files Browse the repository at this point in the history
Compat issues
  • Loading branch information
marvinscham committed Feb 22, 2024
1 parent 81ed8b9 commit 5fbe0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ Metrics/AbcSize:
Max: 35
Severity: refactor
Style/EmptyElse:
AllowComments: true
AllowComments: true
Lint/ScriptPermission:
Enabled: false

0 comments on commit 5fbe0dc

Please sign in to comment.