From: Andy Allan Date: Tue, 3 Feb 2015 10:17:14 +0000 (+0000) Subject: Ignore spacing in metadata.rb files. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f4d9298947b4e2f3740236d9fe51aec7e63ce31e Ignore spacing in metadata.rb files. It's a convention to line up the name, description etc at the top of these files so disable that rubocop check. --- diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 000000000..9d38fed38 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,3 @@ +Style/SingleSpaceBeforeFirstArg: + Exclude: + - '**/metadata.rb'