@@ -643,104 +643,6 @@ Lint/ToJSON:
643643Lint/UnusedMethodArgument :
644644 Enabled : false
645645
646- Naming/AccessorMethodName :
647- Enabled : false
648-
649- # This cop supports safe auto-correction (--auto-correct).
650- Naming/BinaryOperatorParameterName :
651- Enabled : false
652-
653- # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
654- Naming/BlockParameterName :
655- Exclude :
656- - ' lib/puppet/util/windows/daemon.rb'
657- - ' lib/puppet/util/windows/user.rb'
658-
659- # Configuration parameters: AllowedNames.
660- # AllowedNames: module_parent
661- Naming/ClassAndModuleCamelCase :
662- Exclude :
663- - ' lib/puppet/ffi/windows/structs.rb'
664- - ' lib/puppet/pops/validation/checker4_0.rb'
665- - ' lib/puppet/pops/validation/validator_factory_4_0.rb'
666- - ' lib/puppet/util/windows/root_certs.rb'
667- - ' lib/puppet/util/windows/security.rb'
668- - ' lib/puppet/util/windows/user.rb'
669-
670- Naming/ConstantName :
671- Exclude :
672- - ' lib/puppet/graph/relationship_graph.rb'
673- - ' lib/puppet/indirector/hiera.rb'
674- - ' lib/puppet/provider/package/sun.rb'
675- - ' lib/puppet/resource/type.rb'
676- - ' lib/puppet/type/schedule.rb'
677- - ' lib/puppet/type/tidy.rb'
678- - ' lib/puppet/util.rb'
679- - ' lib/puppet/util/colors.rb'
680- - ' lib/puppet/util/execution.rb'
681- - ' lib/puppet/util/symbolic_file_mode.rb'
682- - ' lib/puppet/util/tagging.rb'
683- - ' lib/puppet/util/windows/adsi.rb'
684- - ' lib/puppet/util/windows/sid.rb'
685- - ' lib/puppet/util/yaml.rb'
686-
687- # Configuration parameters: ForbiddenDelimiters.
688- # ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
689- Naming/HeredocDelimiterNaming :
690- Enabled : false
691-
692- # Configuration parameters: EnforcedStyleForLeadingUnderscores.
693- # SupportedStylesForLeadingUnderscores: disallowed, required, optional
694- Naming/MemoizedInstanceVariableName :
695- Enabled : false
696-
697- # Configuration parameters: EnforcedStyle, AllowedPatterns, IgnoredPatterns.
698- # SupportedStyles: snake_case, camelCase
699- Naming/MethodName :
700- Enabled : false
701-
702- # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
703- # AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
704- Naming/MethodParameterName :
705- Enabled : false
706-
707- # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
708- # NamePrefix: is_, has_, have_
709- # ForbiddenPrefixes: is_, has_, have_
710- # AllowedMethods: is_a?
711- # MethodDefinitionMacros: define_method, define_singleton_method
712- Naming/PredicateName :
713- Enabled : false
714-
715- # This cop supports safe auto-correction (--auto-correct).
716- # Configuration parameters: PreferredName.
717- Naming/RescuedExceptionsVariableName :
718- Enabled : false
719-
720- # Configuration parameters: EnforcedStyle, AllowedIdentifiers.
721- # SupportedStyles: snake_case, camelCase
722- Naming/VariableName :
723- Exclude :
724- - ' ext/windows/service/daemon.rb'
725- - ' lib/puppet/agent.rb'
726- - ' lib/puppet/application/describe.rb'
727- - ' lib/puppet/pops/lookup/hiera_config.rb'
728- - ' lib/puppet/pops/validation/checker4_0.rb'
729- - ' lib/puppet/provider/package/pip.rb'
730- - ' lib/puppet/provider/package/windows/exe_package.rb'
731- - ' lib/puppet/provider/package/windows/msi_package.rb'
732- - ' lib/puppet/ssl/ssl_provider.rb'
733- - ' lib/puppet/util/windows/adsi.rb'
734- - ' lib/puppet/util/windows/daemon.rb'
735- - ' lib/puppet/util/windows/error.rb'
736- - ' lib/puppet/util/windows/user.rb'
737-
738- # Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers.
739- # SupportedStyles: snake_case, normalcase, non_integer
740- # AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339
741- Naming/VariableNumber :
742- Enabled : false
743-
744646# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols.
745647# SupportedStyles: inline, group
746648Style/AccessModifierDeclarations :
0 commit comments