Skip to content

Commit

Permalink
Merge pull request #368 from puppetlabs/MAINT-Disbale_spec_suffix_cop
Browse files Browse the repository at this point in the history
(MAINT) Disable spec suffix cop
  • Loading branch information
jordanbreen28 committed Sep 25, 2023
2 parents 8d63902 + 3710cfd commit 4c7e9e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-09-12 16:29:51 UTC using RuboCop version 1.56.3.
# on 2023-09-25 08:38:34 UTC using RuboCop version 1.56.3.
# 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
Expand Down Expand Up @@ -77,12 +77,6 @@ Naming/HeredocDelimiterNaming:
Exclude:
- 'spec/acceptance/generate_markdown_spec.rb'

# Offense count: 24
# Configuration parameters: AllowedPatterns.
# SupportedStyles: snake_case, camelCase
Naming/MethodName:
EnforcedStyle: snake_case

# Offense count: 24
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to
Expand Down Expand Up @@ -139,6 +133,12 @@ RSpec/ExpectInHook:
Exclude:
- 'spec/unit/puppet-strings/json_spec.rb'

# Offense count: 20
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
RSpec/FilePath:
Enabled: false

# Offense count: 91
RSpec/MultipleExpectations:
Max: 64
Expand Down

0 comments on commit 4c7e9e5

Please sign in to comment.