Skip to content

Commit

Permalink
don't run rubocop on mock app code
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Oct 23, 2024
1 parent c3ca07d commit b1ad1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AllCops:
- 'bin/*'
- 'lib/generators/**/templates/**/*'
- 'vendor/bundle/**/*'
- 'test/mock_app/**/*'

# we allow long lines yet, because there are many to fix, and it would enforce to create long lines
Style/IfUnlessModifier:
Expand Down

0 comments on commit b1ad1ec

Please sign in to comment.