forked from rodjek/rspec-puppet
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from bastelfreak/vr
Switch to voxpupuli-rubocop
- Loading branch information
Showing
45 changed files
with
238 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/Gemfile.local | ||
/.bundle/ | ||
/vendor/ | ||
/.vendor/ | ||
.ruby-version | ||
/tmp/ | ||
/spec/fixtures/modules/augeas_core/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,12 @@ | ||
--- | ||
inherit_from: .rubocop_todo.yml | ||
|
||
require: | ||
- rubocop-performance | ||
- rubocop-rspec | ||
|
||
AllCops: | ||
Exclude: | ||
- Gemfile | ||
- Rakefile | ||
- spec/fixtures/**/* | ||
- vendor/bundle/**/* | ||
NewCops: enable | ||
SuggestExtensions: false | ||
TargetRubyVersion: '2.7' | ||
inherit_gem: | ||
voxpupuli-rubocop: rubocop.yml | ||
|
||
# Disabled | ||
Style/ClassAndModuleChildren: | ||
Enabled: false | ||
|
||
Layout/LineLength: | ||
Max: 200 | ||
|
||
#################################################### | ||
# Cops below here due for deprecation | ||
#################################################### | ||
# ``Rspec/FilePath`` is going to be deprecated in the next major release of rubocop >=3.0.0: see <https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath> | ||
# As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation | ||
Gemspec/RequireMFA: | ||
Enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.