Skip to content

Commit

Permalink
Activate RuboCop linting more effectively
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <[email protected]>
  • Loading branch information
tnir committed Jun 24, 2023
1 parent e5afde5 commit cf2671b
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 167 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
inherit_from: .rubocop_todo.yml

AllCops:
NewCops: disable
SuggestExtensions: false
Exclude:
- 'bin/**/*'
- 'example/**/*'
Expand All @@ -16,8 +18,11 @@ Metrics/AbcSize:
- 'lib/bugsnag/configuration.rb'

Metrics/ClassLength:
Max: 150
Exclude:
- 'lib/bugsnag.rb'
- 'lib/bugsnag/configuration.rb'
- 'lib/bugsnag/report.rb'

Style/RescueModifier:
Enabled: false
Expand Down
Loading

0 comments on commit cf2671b

Please sign in to comment.