diff options
author | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-08-24 19:26:24 +0300 |
---|---|---|
committer | Maxim Rydkin <maks.rydkin@gmail.com> | 2017-08-29 11:14:41 +0300 |
commit | 48d3e5fac63ab7514f05b14a8645c344ba3d5f2b (patch) | |
tree | 8df0efc727234be6337073410001ebb818ff0c07 /.rubocop_todo.yml | |
parent | edd56aeaf48b119be2b29c5a03e03aa2a1152af9 (diff) | |
download | gitlab-ce-48d3e5fac63ab7514f05b14a8645c344ba3d5f2b.tar.gz |
replace `is_edited?` with `edited?`
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4b4f14efea4..4141d221039 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -243,7 +243,9 @@ Style/PerlBackrefs: # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: - Enabled: false + Enabled: true + # NamePrefix: is_ + NamePrefixBlacklist: is_ # Offense count: 58 # Cop supports --auto-correct. |