Skip to content

Commit 4739cfa

Browse files
committed
(CONT-808) Update rubocop config
1 parent 3a4a863 commit 4739cfa

File tree

2 files changed

+426
-3
lines changed

2 files changed

+426
-3
lines changed

.rubocop.yml

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# Silencing rubocop warnings until https://tickets.puppetlabs.com/browse/CONT-725
2-
# is completed
1+
inherit_from: .rubocop_todo.yml
2+
3+
require:
4+
- rubocop-performance
5+
- rubocop-rspec
6+
37
AllCops:
4-
DisabledByDefault: true
8+
Exclude:
9+
- Gemfile
10+
- Rakefile
11+
- spec/fixtures/**/*
12+
- vendor/bundle/**/*
13+
NewCops: enable
14+
SuggestExtensions: false
15+
TargetRubyVersion: '2.7'
16+
17+
# Disabled
18+
Style/ClassAndModuleChildren:
19+
Enabled: false
20+

0 commit comments

Comments
 (0)