@@ -646,12 +646,6 @@ Style/NumericPredicate:
646
646
Style/OptionalBooleanParameter :
647
647
Enabled : false
648
648
649
- # This cop supports unsafe auto-correction (--auto-correct-all).
650
- # Configuration parameters: EnforcedStyle.
651
- # SupportedStyles: short, verbose
652
- Style/PreferredHashMethods :
653
- Enabled : false
654
-
655
649
# This cop supports safe auto-correction (--auto-correct).
656
650
# Configuration parameters: EnforcedStyle.
657
651
# SupportedStyles: implicit, explicit
@@ -664,19 +658,6 @@ Style/RescueStandardError:
664
658
Style/SafeNavigation :
665
659
Enabled : false
666
660
667
- # This cop supports safe auto-correction (--auto-correct).
668
- Style/SelfAssignment :
669
- Exclude :
670
- - ' lib/puppet/pops/evaluator/access_operator.rb'
671
- - ' lib/puppet/pops/evaluator/collectors/fixed_set_collector.rb'
672
- - ' lib/puppet/pops/evaluator/epp_evaluator.rb'
673
- - ' lib/puppet/pops/parser/epp_parser.rb'
674
- - ' lib/puppet/pops/parser/parser_support.rb'
675
- - ' lib/puppet/pops/time/timestamp.rb'
676
- - ' lib/puppet/pops/types/recursion_guard.rb'
677
- - ' lib/puppet/property/ordered_list.rb'
678
- - ' lib/puppet/util/autoload.rb'
679
-
680
661
# This cop supports safe auto-correction (--auto-correct).
681
662
# Configuration parameters: AllowAsExpressionSeparator.
682
663
Style/Semicolon :
@@ -712,12 +693,6 @@ Style/SingleLineMethods:
712
693
Style/SoleNestedConditional :
713
694
Enabled : false
714
695
715
- # This cop supports safe auto-correction (--auto-correct).
716
- # Configuration parameters: RequireEnglish, EnforcedStyle.
717
- # SupportedStyles: use_perl_names, use_english_names, use_builtin_english_names
718
- Style/SpecialGlobalVars :
719
- Enabled : false
720
-
721
696
# This cop supports safe auto-correction (--auto-correct).
722
697
Style/StderrPuts :
723
698
Exclude :
@@ -747,77 +722,18 @@ Style/StringConcatenation:
747
722
Style/StringLiterals :
748
723
Enabled : false
749
724
750
- # This cop supports safe auto-correction (--auto-correct).
751
- # Configuration parameters: EnforcedStyle.
752
- # SupportedStyles: single_quotes, double_quotes
753
- Style/StringLiteralsInInterpolation :
754
- Enabled : false
755
-
756
- # This cop supports safe auto-correction (--auto-correct).
757
- Style/StructInheritance :
758
- Exclude :
759
- - ' lib/puppet/settings.rb'
760
-
761
725
# This cop supports safe auto-correction (--auto-correct).
762
726
# Configuration parameters: EnforcedStyle, MinSize.
763
727
# SupportedStyles: percent, brackets
764
728
Style/SymbolArray :
765
729
Enabled : false
766
730
767
- # This cop supports safe auto-correction (--auto-correct).
768
- Style/SymbolLiteral :
769
- Exclude :
770
- - ' lib/puppet/functions/defined.rb'
771
-
772
- # This cop supports unsafe auto-correction (--auto-correct-all).
773
- # Configuration parameters: AllowMethodsWithArguments, IgnoredMethods, AllowComments.
774
- # IgnoredMethods: respond_to, define_method
775
- Style/SymbolProc :
776
- Enabled : false
777
-
778
731
# This cop supports safe auto-correction (--auto-correct).
779
732
# Configuration parameters: EnforcedStyle, AllowSafeAssignment.
780
733
# SupportedStyles: require_parentheses, require_no_parentheses, require_parentheses_when_complex
781
734
Style/TernaryParentheses :
782
735
Enabled : false
783
736
784
- # This cop supports safe auto-correction (--auto-correct).
785
- # Configuration parameters: EnforcedStyleForMultiline.
786
- # SupportedStylesForMultiline: comma, consistent_comma, no_comma
787
- Style/TrailingCommaInArguments :
788
- Exclude :
789
- - ' lib/puppet/defaults.rb'
790
- - ' lib/puppet/ffi/windows/functions.rb'
791
- - ' lib/puppet/ffi/windows/structs.rb'
792
- - ' lib/puppet/http/service/compiler.rb'
793
- - ' lib/puppet/http/service/report.rb'
794
- - ' lib/puppet/indirector/file_bucket_file/rest.rb'
795
- - ' lib/puppet/indirector/file_content/rest.rb'
796
- - ' lib/puppet/indirector/file_metadata/rest.rb'
797
- - ' lib/puppet/pops/types/p_uri_type.rb'
798
- - ' lib/puppet/util/windows/adsi.rb'
799
- - ' lib/puppet/util/windows/service.rb'
800
-
801
- # This cop supports safe auto-correction (--auto-correct).
802
- # Configuration parameters: EnforcedStyleForMultiline.
803
- # SupportedStylesForMultiline: comma, consistent_comma, no_comma
804
- Style/TrailingCommaInArrayLiteral :
805
- Exclude :
806
- - ' ext/windows/service/daemon.rb'
807
- - ' lib/puppet/functions.rb'
808
- - ' lib/puppet/parser/compiler.rb'
809
- - ' lib/puppet/pops/types/p_uri_type.rb'
810
- - ' lib/puppet/pops/types/string_converter.rb'
811
- - ' lib/puppet/pops/types/types.rb'
812
- - ' lib/puppet/provider/package/windows/exe_package.rb'
813
- - ' lib/puppet/provider/service/upstart.rb'
814
- - ' lib/puppet/settings.rb'
815
- - ' lib/puppet/ssl/certificate_request.rb'
816
- - ' lib/puppet/ssl/oids.rb'
817
- - ' lib/puppet/transaction/persistence.rb'
818
- - ' lib/puppet/util/at_fork/solaris.rb'
819
- - ' lib/puppet/util/windows/registry.rb'
820
-
821
737
# This cop supports safe auto-correction (--auto-correct).
822
738
# Configuration parameters: EnforcedStyleForMultiline.
823
739
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
@@ -846,39 +762,10 @@ Style/TrailingUnderscoreVariable:
846
762
Style/TrivialAccessors :
847
763
Enabled : false
848
764
849
- # This cop supports safe auto-correction (--auto-correct).
850
- Style/UnlessElse :
851
- Exclude :
852
- - ' lib/puppet/application/lookup.rb'
853
- - ' lib/puppet/pops/evaluator/evaluator_impl.rb'
854
- - ' lib/puppet/pops/types/type_mismatch_describer.rb'
855
- - ' lib/puppet/provider/package/aix.rb'
856
- - ' lib/puppet/provider/package/yum.rb'
857
- - ' lib/puppet/ssl/openssl_loader.rb'
858
- - ' lib/puppet/type/exec.rb'
859
- - ' lib/puppet/util/command_line/trollop.rb'
860
-
861
- # This cop supports safe auto-correction (--auto-correct).
862
- Style/UnpackFirst :
863
- Exclude :
864
- - ' lib/puppet/file_serving/http_metadata.rb'
865
- - ' lib/puppet/provider/nameservice/directoryservice.rb'
866
- - ' lib/puppet/provider/user/directoryservice.rb'
867
-
868
- # This cop supports safe auto-correction (--auto-correct).
869
- Style/VariableInterpolation :
870
- Exclude :
871
- - ' lib/puppet/util/command_line/trollop.rb'
872
- - ' lib/puppet/util/rdoc/generators/puppet_generator.rb'
873
-
874
765
# This cop supports safe auto-correction (--auto-correct).
875
766
Style/WhenThen :
876
767
Enabled : false
877
768
878
- # This cop supports safe auto-correction (--auto-correct).
879
- Style/WhileUntilDo :
880
- Enabled : false
881
-
882
769
# This cop supports safe auto-correction (--auto-correct).
883
770
Style/WhileUntilModifier :
884
771
Exclude :
@@ -889,12 +776,6 @@ Style/WhileUntilModifier:
889
776
- ' lib/puppet/pops/types/p_object_type.rb'
890
777
- ' lib/puppet/util/windows/process.rb'
891
778
892
- # This cop supports safe auto-correction (--auto-correct).
893
- # Configuration parameters: EnforcedStyle, MinSize, WordRegex.
894
- # SupportedStyles: percent, brackets
895
- Style/WordArray :
896
- Enabled : false
897
-
898
779
# This cop supports unsafe auto-correction (--auto-correct-all).
899
780
# Configuration parameters: EnforcedStyle.
900
781
# SupportedStyles: forbid_for_all_comparison_operators, forbid_for_equality_operators_only, require_for_all_comparison_operators, require_for_equality_operators_only
0 commit comments