forked from evolvingweb/puppet-apt
-
Notifications
You must be signed in to change notification settings - Fork 462
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
Will Meek
committed
Nov 15, 2017
1 parent
6027e05
commit 438a48a
Showing
21 changed files
with
877 additions
and
1,053 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,110 +0,0 @@ | ||
# This configuration was generated by | ||
# `rubocop --auto-gen-config` | ||
# on 2017-09-26 11:49:52 +0100 using RuboCop version 0.49.1. | ||
# The point is for the user to remove these configuration records | ||
# one by one as the offenses are removed from the code base. | ||
# Note that changes in the inspected code, or installation of new | ||
# versions of RuboCop, may require this file to be generated again. | ||
|
||
# Offense count: 7 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: EnforcedStyle, SupportedStyles. | ||
# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent | ||
Layout/IndentHeredoc: | ||
Exclude: | ||
- 'spec/acceptance/apt_key_provider_spec.rb' | ||
- 'spec/unit/facter/apt_has_updates_spec.rb' | ||
- 'spec/unit/facter/apt_package_security_updates_spec.rb' | ||
- 'spec/unit/facter/apt_package_updates_spec.rb' | ||
- 'spec/unit/facter/apt_security_updates_spec.rb' | ||
- 'spec/unit/facter/apt_updates_spec.rb' | ||
|
||
# Offense count: 1 | ||
Lint/HandleExceptions: | ||
Exclude: | ||
- 'spec/spec_helper.rb' | ||
|
||
# Offense count: 8 | ||
Lint/ParenthesesAsGroupedExpression: | ||
Exclude: | ||
- 'spec/classes/apt_backports_spec.rb' | ||
- 'spec/classes/apt_update_spec.rb' | ||
|
||
# Offense count: 1 | ||
Lint/RescueException: | ||
Exclude: | ||
- 'spec/spec_helper_acceptance.rb' | ||
|
||
# Offense count: 1 | ||
Lint/ScriptPermission: | ||
Exclude: | ||
- 'spec/classes/apt_update_spec.rb' | ||
|
||
# Offense count: 1 | ||
Lint/UselessAssignment: | ||
Exclude: | ||
- 'spec/spec_helper_acceptance.rb' | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: CustomIncludeMethods. | ||
RSpec/EmptyExampleGroup: | ||
Exclude: | ||
- 'spec/defines/ppa_spec.rb' | ||
|
||
# Offense count: 51 | ||
# Configuration parameters: Max. | ||
RSpec/ExampleLength: | ||
Exclude: | ||
- 'spec/acceptance/apt_key_provider_spec.rb' | ||
- 'spec/acceptance/apt_spec.rb' | ||
- 'spec/classes/apt_spec.rb' | ||
- 'spec/defines/key_compat_spec.rb' | ||
- 'spec/defines/key_spec.rb' | ||
- 'spec/unit/puppet/type/apt_key_spec.rb' | ||
|
||
# Offense count: 4 | ||
RSpec/MultipleExpectations: | ||
Max: 2 | ||
|
||
# Offense count: 61 | ||
RSpec/NamedSubject: | ||
Exclude: | ||
- 'spec/classes/apt_backports_spec.rb' | ||
- 'spec/classes/apt_spec.rb' | ||
- 'spec/defines/conf_spec.rb' | ||
- 'spec/defines/key_compat_spec.rb' | ||
- 'spec/defines/key_spec.rb' | ||
- 'spec/defines/pin_spec.rb' | ||
- 'spec/defines/ppa_spec.rb' | ||
- 'spec/defines/setting_spec.rb' | ||
- 'spec/defines/source_compat_spec.rb' | ||
- 'spec/defines/source_spec.rb' | ||
|
||
# Offense count: 4 | ||
# Configuration parameters: Max. | ||
RSpec/NestedGroups: | ||
Exclude: | ||
- 'spec/defines/key_compat_spec.rb' | ||
- 'spec/defines/key_spec.rb' | ||
|
||
# Offense count: 3 | ||
RSpec/ScatteredLet: | ||
Exclude: | ||
- 'spec/defines/key_compat_spec.rb' | ||
- 'spec/defines/key_spec.rb' | ||
|
||
# Offense count: 1 | ||
# Configuration parameters: MinBodyLength. | ||
Style/GuardClause: | ||
Exclude: | ||
- 'spec/spec_helper_acceptance.rb' | ||
|
||
# Offense count: 15 | ||
# Cop supports --auto-correct. | ||
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. | ||
# SupportedStyles: slashes, percent_r, mixed | ||
Style/RegexpLiteral: | ||
Exclude: | ||
- 'spec/classes/apt_spec.rb' | ||
- 'spec/defines/source_compat_spec.rb' | ||
- 'spec/defines/source_spec.rb' | ||
Large diffs are not rendered by default.
Oops, something went wrong.
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.