summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-07-03 10:02:37 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-07-03 11:56:22 -0700
commitb244346c1e8d500e82603d0dace7a84a8031c89c (patch)
treef0a705d73a643ebe4bde13754b5eedd4bd4a970e /Rakefile
parent694c8cb8a3c564dc27a06cefbaff4c3f6369da50 (diff)
downloadchef-zero-b244346c1e8d500e82603d0dace7a84a8031c89c.tar.gz
fixes for new chefstyle
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 25d7db4..048e97a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,14 +8,14 @@ def run_oc_pedant(env = {})
require File.expand_path("spec/run_oc_pedant")
end
-ENV_DOCS = <<END
-Environment:
- - RSPEC_OPTS Options to pass to RSpec
- e.g. RSPEC_OPTS="--fail-fast --profile 5"
- - PEDANT_OPTS Options to pass to oc-chef-pedant
- e.g. PEDANT_OPTS="--focus-keys --skip-users"
- - LOG_LEVEL Set the log level (default: warn)
- e.g. LOG_LEVEL=debug
+ENV_DOCS = <<~END.freeze
+ Environment:
+ - RSPEC_OPTS Options to pass to RSpec
+ e.g. RSPEC_OPTS="--fail-fast --profile 5"
+ - PEDANT_OPTS Options to pass to oc-chef-pedant
+ e.g. PEDANT_OPTS="--focus-keys --skip-users"
+ - LOG_LEVEL Set the log level (default: warn)
+ e.g. LOG_LEVEL=debug
END
task default: :pedant