Skip to content
Snippets Groups Projects
Commit 6d3de5cf authored by Markus Reiter's avatar Markus Reiter
Browse files

Temporarily disable Style/TernaryParentheses.

parent b5f8de8b
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,11 @@ Style/IfUnlessModifier:
Style/VariableNumber:
Enabled: false
# TODO: enforce when rubocop has shipped this
# https://github.com/bbatsov/rubocop/pull/3513
Style/TernaryParentheses:
Enabled: false
# dashes in filenames are typical
Style/FileName:
# matches:
......
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 100`
# on 2016-09-20 22:27:29 +0200 using RuboCop version 0.43.0.
# on 2016-09-21 14:04:48 +0200 using RuboCop version 0.43.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment