Skip to content

Commit

Permalink
Fix RuboCop Packaging configuration
Browse files Browse the repository at this point in the history
Parity with activeadmin and inherited_resources
  • Loading branch information
tagliala committed Sep 8, 2024
1 parent 36a7de3 commit b6df94b
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 b6df94b

Please sign in to comment.