We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcc7d3 commit eff73ccCopy full SHA for eff73cc
.rubocop.yml
@@ -7,6 +7,7 @@ plugins:
7
- rubocop-rake
8
- rubocop-rspec
9
10
+# without excluding the vendor dirs below, rubocop will load all rubocop config files from installed gems ¯\_(ツ)_/¯
11
AllCops:
12
TargetRubyVersion: 3.1
13
Include:
@@ -21,6 +22,8 @@ AllCops:
21
22
- 'lib/puppet/vendor/**/*'
23
- 'lib/puppet/pops/model/ast.rb'
24
- 'lib/puppet/pops/parser/eparser.rb'
25
+ - 'vendor/**/*'
26
+ - '.vendor/**/*'
27
28
# The formatting of defaults is unusual, so let's skip layout cops.
29
Layout:
0 commit comments