Skip to content

Commit

Permalink
exclude from class and method length enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
regineheberlein committed Oct 15, 2024
1 parent c9cea0d commit 1b86ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Metrics/BlockLength:
Metrics/ClassLength:
Exclude:
- 'app/models/staff_directory_generator.rb'
- 'app/models/aspace_svn/get_eads_job.rb'

Metrics/CyclomaticComplexity:
Exclude:
Expand All @@ -41,6 +42,7 @@ Metrics/CyclomaticComplexity:
Metrics/MethodLength:
Exclude:
- 'app/controllers/application_controller.rb'
- 'app/models/aspace_svn/get_eads_job.rb'

Metrics/PerceivedComplexity:
Exclude:
Expand Down

0 comments on commit 1b86ee5

Please sign in to comment.