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.
- Loading branch information
1 parent
68b5cd1
commit 6d42350
Showing
3 changed files
with
4 additions
and
24 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 |
---|---|---|
@@ -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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ Gem::Specification.new do |s| | |
s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'lib/**/*', 'bin/**/*'] | ||
|
||
s.add_dependency 'rspec', '~> 3.0' | ||
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0' | ||
|
||
s.authors = ['Tim Sharpe', 'Puppet, Inc.', 'Community Contributors'] | ||
s.email = ['[email protected]', '[email protected]'] | ||
|