1
0
Fork 0
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:
Jared Beck 2021-10-25 12:17:27 -04:00
parent ba7ad96215
commit 21f370e9d2

View file

@ -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: