Skip to content

Commit 6f01739

Browse files
authored
(BUGFIX) Correct disable_autoloader_layout Lint config
Noticed this as I was reviewing the lint rake task for another ticket. As it stands the configuration being sent looks to be `disable_disable_autoloader_layout`, which I doubt is correct.
1 parent 75239c8 commit 6f01739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
80chars
142142
140chars
143143
class_inherits_from_params_class
144-
disable_autoloader_layout
144+
autoloader_layout
145145
documentation
146146
single_quote_string_with_variables
147147
]

0 commit comments

Comments
 (0)