|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2023-04-21 11:38:16 UTC using RuboCop version 1.50.2. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 6 |
| 10 | +# Configuration parameters: ForbiddenDelimiters. |
| 11 | +# ForbiddenDelimiters: (?i-mx:(^|\s)(EO[A-Z]{1}|END)(\s|$)) |
| 12 | +Naming/HeredocDelimiterNaming: |
| 13 | + Exclude: |
| 14 | + - 'puppet-lint-leading_zero-check.gemspec' |
| 15 | + - 'spec/puppet-lint/plugins/check_leading_zero/check_leading_zero_spec.rb' |
| 16 | + |
| 17 | +# Offense count: 4 |
| 18 | +# Configuration parameters: Prefixes, AllowedPatterns. |
| 19 | +# Prefixes: when, with, without |
| 20 | +RSpec/ContextWording: |
| 21 | + Exclude: |
| 22 | + - 'spec/puppet-lint/plugins/check_leading_zero/check_leading_zero_spec.rb' |
| 23 | + |
| 24 | +# Offense count: 1 |
| 25 | +# Configuration parameters: IgnoredMetadata. |
| 26 | +RSpec/DescribeClass: |
| 27 | + Exclude: |
| 28 | + - '**/spec/features/**/*' |
| 29 | + - '**/spec/requests/**/*' |
| 30 | + - '**/spec/routing/**/*' |
| 31 | + - '**/spec/system/**/*' |
| 32 | + - '**/spec/views/**/*' |
| 33 | + - 'spec/puppet-lint/plugins/check_leading_zero/check_leading_zero_spec.rb' |
| 34 | + |
| 35 | +# Offense count: 1 |
| 36 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 37 | +# Configuration parameters: EnforcedStyle. |
| 38 | +# SupportedStyles: always, conditionals |
| 39 | +Style/AndOr: |
| 40 | + Exclude: |
| 41 | + - 'lib/puppet-lint/plugins/check_leading_zero.rb' |
| 42 | + |
| 43 | +# Offense count: 5 |
| 44 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 45 | +# Configuration parameters: EnforcedStyle. |
| 46 | +# SupportedStyles: always, always_true, never |
| 47 | +Style/FrozenStringLiteralComment: |
| 48 | + Exclude: |
| 49 | + - 'Gemfile' |
| 50 | + - 'Rakefile' |
| 51 | + - 'lib/puppet-lint/plugins/check_leading_zero.rb' |
| 52 | + - 'puppet-lint-leading_zero-check.gemspec' |
| 53 | + - 'spec/puppet-lint/plugins/check_leading_zero/check_leading_zero_spec.rb' |
0 commit comments