From f4d9298947b4e2f3740236d9fe51aec7e63ce31e Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Tue, 3 Feb 2015 10:17:14 +0000 Subject: [PATCH] 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. --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .rubocop.yml 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' -- 2.43.2