Skip to content

Commit

Permalink
Exclude Metrics/ModuleLength for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Jun 1, 2024
1 parent d1a4b9c commit 8d59a2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ Style/OpenStructUse:
- 'spec/uploadcare/rails/active_record/mount_uploadcare_file_spec.rb'
- 'spec/uploadcare/rails/active_record/mount_uploadcare_group_spec.rb'
- 'spec/uploadcare/rails/objects/file_spec.rb'

Metrics/ModuleLength:
Exclude:
- 'spec/**/*'

0 comments on commit 8d59a2c

Please sign in to comment.