summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorAdrian Gomez <adri4n.steam@gmail.com>2017-05-12 12:36:48 -0300
committerAdrian Gomez <adri4n.steam@gmail.com>2017-08-02 21:22:45 -0300
commitc9c4f23e46673ac953b34774934447c779b25e0b (patch)
tree3b89eac6efc87629aa60e388f0fc3594a83bcf6d /.rubocop.yml
parent92f7781eda8e429a189c1d2ebc642ec4f8febdbf (diff)
downloadbundler-c9c4f23e46673ac953b34774934447c779b25e0b.tar.gz
Allow to add username and password to a remote during a deployment
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
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.