From c9c4f23e46673ac953b34774934447c779b25e0b Mon Sep 17 00:00:00 2001 From: Adrian Gomez Date: Fri, 12 May 2017 12:36:48 -0300 Subject: Allow to add username and password to a remote during a deployment --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index d1241ec52f..f12289800a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -100,6 +100,9 @@ Style/TrailingCommaInArguments: Performance/FlatMap: Enabled: false +Security/YAMLLoad: + Enabled: false + # Metrics # We've chosen to use Rubocop only for style, and not for complexity or quality checks. -- cgit v1.2.1