Fix haml-lint Rubocop Style/NumericPredicate
cop (#26040)
This commit is contained in:
parent
586b1c9dca
commit
df05ece265
3 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
# This configuration was generated by
|
||||
# `haml-lint --auto-gen-config`
|
||||
# on 2023-07-18 12:15:07 -0400 using Haml-Lint version 0.48.0.
|
||||
# on 2023-07-19 06:41:20 -0400 using Haml-Lint version 0.48.0.
|
||||
# The point is for the user to remove these configuration records
|
||||
# one by one as the lints are removed from the code base.
|
||||
# Note that changes in the inspected code, or installation of new
|
||||
# versions of Haml-Lint, may require this file to be generated again.
|
||||
|
||||
linters:
|
||||
# Offense count: 950
|
||||
# Offense count: 951
|
||||
LineLength:
|
||||
enabled: false
|
||||
|
||||
|
@ -15,7 +15,7 @@ linters:
|
|||
UnnecessaryStringOutput:
|
||||
enabled: false
|
||||
|
||||
# Offense count: 62
|
||||
# Offense count: 59
|
||||
RuboCop:
|
||||
enabled: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue