We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5afde5 commit cf2671bCopy full SHA for cf2671b
3 files changed
.rubocop.yml
@@ -1,6 +1,8 @@
1
inherit_from: .rubocop_todo.yml
2
3
AllCops:
4
+ NewCops: disable
5
+ SuggestExtensions: false
6
Exclude:
7
- 'bin/**/*'
8
- 'example/**/*'
@@ -16,8 +18,11 @@ Metrics/AbcSize:
16
18
- 'lib/bugsnag/configuration.rb'
17
19
20
Metrics/ClassLength:
21
+ Max: 150
22
23
+ - 'lib/bugsnag.rb'
24
25
+ - 'lib/bugsnag/report.rb'
26
27
Style/RescueModifier:
28
Enabled: false
0 commit comments