diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-08-29 11:51:15 +0300 |
---|---|---|
committer | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-08-29 11:51:15 +0300 |
commit | 380dff622f83e199a08f37692395bfe3a3e5b437 (patch) | |
tree | 0b71d76a9863b22ea10efc325e0ed83e889775fe /.rubocop_todo.yml | |
parent | e637f802431bc3d9b289299c1d5d4d2a6127cf6b (diff) | |
download | gitlab-ce-380dff622f83e199a08f37692395bfe3a3e5b437.tar.gz |
exclude spec/ and features/ from `Style/PredicateName` cop
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9e6412a436d..cdf97d1d842 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -237,16 +237,6 @@ Style/PercentLiteralDelimiters: Style/PerlBackrefs: Enabled: false -# Offense count: 105 -# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. -# NamePrefix: is_, has_, have_ -# NamePrefixBlacklist: is_, has_, have_ -# NameWhitelist: is_a? -Style/PredicateName: - Enabled: true - NamePrefixBlacklist: is_ - NameWhitelist: have_visible_content - # Offense count: 58 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. |