Initial Chef repository
This commit is contained in:
28
cookbooks/packagecloud/.rubocop.yml
Normal file
28
cookbooks/packagecloud/.rubocop.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
AllCops:
|
||||
Include:
|
||||
- Berksfile
|
||||
- Gemfile
|
||||
- Rakefile
|
||||
- Thorfile
|
||||
- Guardfile
|
||||
Exclude:
|
||||
- vendor/**
|
||||
|
||||
ClassLength:
|
||||
Enabled: false
|
||||
Documentation:
|
||||
Enabled: false
|
||||
Encoding:
|
||||
Enabled: false
|
||||
HashSyntax:
|
||||
Enabled: false
|
||||
LineLength:
|
||||
Enabled: false
|
||||
MethodLength:
|
||||
Enabled: false
|
||||
SignalException:
|
||||
Enabled: false
|
||||
TrailingComma:
|
||||
Enabled: false
|
||||
WordArray:
|
||||
Enabled: false
|
||||
Reference in New Issue
Block a user