We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22d5b9 commit 3126455Copy full SHA for 3126455
lib/puppet-lint/plugins.rb
@@ -75,7 +75,7 @@ def gem_directories
75
end
76
77
78
-Dir[File.expand_path('plugins/**/*.rb', File.dirname(__FILE__))].sort.each do |file|
+Dir[File.expand_path('plugins/**/*.rb', File.dirname(__FILE__))].each do |file|
79
require file
80
81
0 commit comments