Skip to content

Commit

Permalink
Fix RuboCop Packaging configuration (#616)
Browse files Browse the repository at this point in the history
Parity with activeadmin and inherited_resources
  • Loading branch information
tagliala authored Sep 8, 2024
1 parent 36a7de3 commit 64aaf01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@ Layout/TrailingWhitespace:
Layout/TrailingEmptyLines:
Enabled: true

Packaging/BundlerSetupInTests:
Enabled: true

Packaging/GemspecGit:
Enabled: true

Packaging/RequireHardcodingLib:
Enabled: true

Packaging/RequireRelativeHardcodingLib:
Enabled: true

Performance:
Enabled: true

Expand Down

0 comments on commit 64aaf01

Please sign in to comment.