Skip to content

Commit

Permalink
(BUGFIX) Correct disable_autoloader_layout Lint config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
david22swan authored Oct 18, 2024
1 parent 75239c8 commit 6f01739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
80chars
140chars
class_inherits_from_params_class
disable_autoloader_layout
autoloader_layout
documentation
single_quote_string_with_variables
]
Expand Down

0 comments on commit 6f01739

Please sign in to comment.