mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Lint: defunct config
This commit is contained in:
parent
ba7ad96215
commit
21f370e9d2
1 changed files with 3 additions and 10 deletions
13
.rubocop.yml
13
.rubocop.yml
|
@ -90,12 +90,9 @@ Naming/FileName:
|
|||
- Appraisals
|
||||
|
||||
# Heredocs are usually assigned to a variable or constant, which already has a
|
||||
# name, so naming the heredoc doesn't add much value. Feel free to name
|
||||
# heredocs that are used as anonymous values (not a variable, constant, or
|
||||
# named parameter).
|
||||
#
|
||||
# All heredocs containing SQL should be named SQL, to support editor syntax
|
||||
# highlighting.
|
||||
# name, so naming the delimiter doesn't add much value unless doing so improves
|
||||
# syntax highlighting. For example, all heredocs containing SQL should be named
|
||||
# SQL, to support editor syntax highlighting.
|
||||
Naming/HeredocDelimiterNaming:
|
||||
Enabled: false
|
||||
|
||||
|
@ -149,10 +146,6 @@ Style/BlockDelimiters:
|
|||
Style/DoubleNegation:
|
||||
Enabled: false
|
||||
|
||||
# This cop is unimportant in this repo.
|
||||
Style/ExponentialNotation:
|
||||
Enabled: false
|
||||
|
||||
# Avoid annotated tokens except in desperately complicated format strings.
|
||||
# In 99% of format strings they actually make it less readable.
|
||||
Style/FormatStringToken:
|
||||
|
|
Loading…
Reference in a new issue