add changelog

This commit is contained in:
Maxim Rydkin 2017-08-24 21:02:37 +03:00
parent 10ae0d8316
commit e637f80243
2 changed files with 5 additions and 3 deletions

View File

@ -244,9 +244,6 @@ Style/PerlBackrefs:
# NameWhitelist: is_a?
Style/PredicateName:
Enabled: true
# Exclude:
# - 'features/*'
# NamePrefix: is_
NamePrefixBlacklist: is_
NameWhitelist: have_visible_content

View File

@ -0,0 +1,5 @@
---
title: Remove `is_` prefix from predicate method names
merge_request: 13810
author: Maxim Rydkin
type: other