X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e22b5bc6e87e3df28e4aa9626f01a1fecbaefbde..aff3fbe6802d93a8deae8fa2637589c8d28f6681:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index b6fd6fcc3..2219d6ec6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,9 @@ Style/AlignParameters: Exclude: - '**/metadata.rb' +Style/ExtraSpacing: + AllowForAlignment: true + Style/FileName: Exclude: - 'cookbooks/trac/files/default/trac-authenticate'