Skip to content

Commit

Permalink
Restore full rubocop rules after test run (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 26, 2024
1 parent ede4ed8 commit 5c68390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -3,7 +3,7 @@ AllCops:

Metrics/BlockLength:
Exclude:
# - 'test/*.rb'
- 'test/*.rb'
- 'client/test/*.rb'
- app/app_base.rb

Expand Down

0 comments on commit 5c68390

Please sign in to comment.