Rubocop cleanup - removing individual directory .rubocop.yml files
- Remove directory/.rubocop.yml files - Adjust Strainerfile to use the single .rubocop.yml - Adjust .rubocop.yml ot reference all directories Change-Id: I4323a1d1b626001c0b0dc05bec473b16c637f485 Addresses: blueprint rubocop-for-metering
This commit is contained in:
23
.rubocop.yml
23
.rubocop.yml
@@ -1,7 +1,22 @@
|
||||
# UTF-8 headers not generally in these files
|
||||
Encoding:
|
||||
Enabled: false
|
||||
AllCops:
|
||||
Includes:
|
||||
- metadata.rb
|
||||
- Gemfile
|
||||
- attributes/**
|
||||
- recipes/**
|
||||
- spec/**
|
||||
Excludes:
|
||||
- libraries/**
|
||||
- providers/**
|
||||
- resources/**
|
||||
|
||||
Encoding:
|
||||
Exclude:
|
||||
- metadata.rb
|
||||
- Gemfile
|
||||
|
||||
# ignore long lines
|
||||
LineLength:
|
||||
Enabled: false
|
||||
|
||||
WordArray:
|
||||
MinSize: 3
|
||||
|
||||
Reference in New Issue
Block a user