Skip to content

Commit

Permalink
L: Disable two new cops
Browse files Browse the repository at this point in the history
Introduced as defaults by rubocop 0.67.0

(cherry picked from commit f51b4fc)
  • Loading branch information
tinova committed Apr 4, 2019
1 parent f8cd435 commit a9bf594
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions share/linters/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,10 @@ Style/MutableConstant:
Style/SymbolProc:
Enabled: false

# TODO: Remove this whenever there is strenght to do so
Style/StderrPuts:
Enabled: false

######
# LINT
######
Expand Down Expand Up @@ -799,6 +803,9 @@ Naming/ConstantName:
Naming/HeredocDelimiterNaming:
Enabled: false

Naming/RescuedExceptionsVariableName:
Enabled: false

###
# Bundler
####
Expand Down

0 comments on commit a9bf594

Please sign in to comment.