diff options
| author | Markus Reiter | 2016-09-21 15:14:15 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-09-23 15:30:07 +0200 |
| commit | 6d3de5cf60b771ee9320c41921eb5f20142895cf (patch) | |
| tree | 769531ead5197ab9d0e73204222d609265eeaf8d | |
| parent | b5f8de8bf42d25fed56e71be8e95933030d6a52b (diff) | |
| download | brew-6d3de5cf60b771ee9320c41921eb5f20142895cf.tar.bz2 | |
Temporarily disable Style/TernaryParentheses.
| -rw-r--r-- | Library/.rubocop_rules.yml | 5 | ||||
| -rw-r--r-- | Library/.rubocop_todo.yml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml index c5a0018f8..95f8ae0a3 100644 --- a/Library/.rubocop_rules.yml +++ b/Library/.rubocop_rules.yml @@ -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: diff --git a/Library/.rubocop_todo.yml b/Library/.rubocop_todo.yml index c6a4f279e..e27d89617 100644 --- a/Library/.rubocop_todo.yml +++ b/Library/.rubocop_todo.yml @@ -1,6 +1,6 @@ # 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 |
