@@ -60,12 +60,13 @@ Lint/HashCompareByIdentity:
6060 Exclude :
6161 - ' lib/bolt/util.rb'
6262
63- # Offense count: 3
63+ # Offense count: 5
6464# Configuration parameters: AllowedParentClasses.
6565Lint/MissingSuper :
6666 Exclude :
6767 - ' lib/bolt/apply_result.rb'
6868 - ' lib/bolt/transport/podman/connection.rb'
69+ - ' scripts/check_dependencies.rb'
6970 - ' spec/unit/logger_spec.rb'
7071
7172# Offense count: 2
@@ -89,6 +90,12 @@ Lint/RedundantCopDisableDirective:
8990 Exclude :
9091 - ' lib/bolt/apply_inventory.rb'
9192
93+ # Offense count: 1
94+ # This cop supports unsafe autocorrection (--autocorrect-all).
95+ Lint/RedundantDirGlobSort :
96+ Exclude :
97+ - ' scripts/check_dependencies.rb'
98+
9299# Offense count: 7
93100# This cop supports safe autocorrection (--autocorrect).
94101Lint/RedundantRequireStatement :
@@ -241,7 +248,7 @@ Performance/RedundantStringChars:
241248 Exclude :
242249 - ' lib/bolt/config/transport/base.rb'
243250
244- # Offense count: 35
251+ # Offense count: 36
245252# This cop supports safe autocorrection (--autocorrect).
246253Performance/RegexpMatch :
247254 Enabled : false
@@ -388,7 +395,7 @@ RSpec/DescribeSymbol:
388395RSpec/DescribedClass :
389396 Enabled : false
390397
391- # Offense count: 655
398+ # Offense count: 656
392399# Configuration parameters: CountAsOne.
393400RSpec/ExampleLength :
394401 Max : 42
@@ -728,7 +735,7 @@ Style/ConcatArrayLiterals:
728735 - ' spec/integration/cli/cli_spec.rb'
729736 - ' spec/unit/module_installer_spec.rb'
730737
731- # Offense count: 181
738+ # Offense count: 183
732739# Configuration parameters: AllowedConstants.
733740Style/Documentation :
734741 Enabled : false
@@ -804,6 +811,15 @@ Style/FileWrite:
804811 Exclude :
805812 - ' spec/lib/bolt_spec/pal.rb'
806813
814+ # Offense count: 1
815+ # This cop supports unsafe autocorrection (--autocorrect-all).
816+ # Configuration parameters: EnforcedStyle.
817+ # SupportedStyles: always, always_true, never
818+ Style/FrozenStringLiteralComment :
819+ Exclude :
820+ - ' **/*.arb'
821+ - ' scripts/check_dependencies.rb'
822+
807823# Offense count: 97
808824# This cop supports safe autocorrection (--autocorrect).
809825# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
@@ -822,14 +838,15 @@ Style/HashAsLastArrayItem:
822838 - ' spec/unit/applicator_spec.rb'
823839 - ' spec/unit/pal/yaml_plan/evaluator_spec.rb'
824840
825- # Offense count: 2
841+ # Offense count: 3
826842# This cop supports unsafe autocorrection (--autocorrect-all).
827843# Configuration parameters: AllowSplatArgument.
828844Style/HashConversion :
829845 Exclude :
830846 - ' lib/bolt/cli.rb'
847+ - ' scripts/check_dependencies.rb'
831848
832- # Offense count: 4
849+ # Offense count: 5
833850# This cop supports unsafe autocorrection (--autocorrect-all).
834851# Configuration parameters: AllowedReceivers.
835852# AllowedReceivers: Thread.current
@@ -838,6 +855,7 @@ Style/HashEachMethods:
838855 - ' acceptance/Rakefile'
839856 - ' lib/bolt/plugin/module.rb'
840857 - ' lib/bolt/shell/bash.rb'
858+ - ' scripts/check_dependencies.rb'
841859 - ' spec/unit/executor_spec.rb'
842860
843861# Offense count: 5
@@ -848,6 +866,12 @@ Style/HashExcept:
848866 - ' lib/bolt/plugin/cache.rb'
849867 - ' lib/bolt/result.rb'
850868
869+ # Offense count: 1
870+ # This cop supports unsafe autocorrection (--autocorrect-all).
871+ Style/HashTransformValues :
872+ Exclude :
873+ - ' scripts/check_dependencies.rb'
874+
851875# Offense count: 160
852876# This cop supports safe autocorrection (--autocorrect).
853877Style/IfUnlessModifier :
@@ -1054,7 +1078,7 @@ Style/StderrPuts:
10541078Style/StringConcatenation :
10551079 Enabled : false
10561080
1057- # Offense count: 3271
1081+ # Offense count: 3277
10581082# This cop supports safe autocorrection (--autocorrect).
10591083# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
10601084# SupportedStyles: single_quotes, double_quotes
@@ -1070,6 +1094,14 @@ Style/SuperArguments:
10701094 - ' lib/bolt/error.rb'
10711095 - ' lib/bolt_spec/plans/action_stubs/plan_stub.rb'
10721096
1097+ # Offense count: 1
1098+ # This cop supports unsafe autocorrection (--autocorrect-all).
1099+ # Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments.
1100+ # AllowedMethods: define_method
1101+ Style/SymbolProc :
1102+ Exclude :
1103+ - ' scripts/check_dependencies.rb'
1104+
10731105# Offense count: 29
10741106# This cop supports safe autocorrection (--autocorrect).
10751107# Configuration parameters: EnforcedStyle, AllowSafeAssignment.
@@ -1104,7 +1136,7 @@ Style/YAMLFileRead:
11041136 Exclude :
11051137 - ' spec/unit/module_installer_spec.rb'
11061138
1107- # Offense count: 2
1139+ # Offense count: 3
11081140# This cop supports safe autocorrection (--autocorrect).
11091141# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
11101142# URISchemes: http, https
0 commit comments