From 21f370e9d269ef1fb9b6147917c051f2dcb5529b Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Mon, 25 Oct 2021 12:17:27 -0400 Subject: [PATCH] Lint: defunct config --- .rubocop.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 68a54611..226b6498 100644 --- a/.rubocop.yml +++ b/.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: