summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 1e0fd2effb..2b0d4af685 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -31,3 +31,7 @@ Lint/ShadowedException:
Enabled: false
Lint/UriEscapeUnescape:
Enabled: false
+
+# These are fixed on master and not needed here
+Lint/DeprecatedOpenSSLConstant:
+ Enabled: false \ No newline at end of file