diff --git a/.rubocop.yml b/.rubocop.yml index 399d269..aca7f42 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,8 @@ inherit_from: .rubocop_todo.yml AllCops: + DisplayCopNames: true + DisplayStyleGuide: true Exclude: - 'vendor/**/*' - 'gemfiles/**/*' @@ -58,4 +60,10 @@ Style/RegexpLiteral: Style/MutableConstant: Enabled: false - + +# "Use idx.positive? instead of idx > 0." +Style/NumericPredicate: + Enabled: false + +Style/SafeNavigation: + Enabled: false \ No newline at end of file