1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/.rubocop.yml
Kyrylo Silin 269808c6ba rubocop: disable the Style/NumericPredicate cop
This is very opinionated and not necessary to follow.
2018-10-20 00:32:30 +08:00

4 lines
74 B
YAML

inherit_from: .rubocop_todo.yml
Style/NumericPredicate:
Enabled: false