Skip to content
Snippets Groups Projects
Commit 9a10c0a8 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Rubocop syntax 2.3

parent 1c4e8663
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,8 +5,8 @@ require:
inherit_from: .rubocop_todo.yml
 
AllCops:
TargetRubyVersion: 2.1
# Cop names are not displayed in offense messages by default. Change behavior
TargetRubyVersion: 2.3
# Cop names are not d§splayed in offense messages by default. Change behavior
# by overriding DisplayCopNames, or by giving the -D/--display-cop-names
# option.
DisplayCopNames: true
Loading
Loading
@@ -192,6 +192,9 @@ Style/FlipFlop:
Style/For:
Enabled: true
 
# Checks if there is a magic comment to enforce string literals
Style/FrozenStringLiteralComment:
Enabled: false
# Do not introduce global variables.
Style/GlobalVars:
Enabled: true
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment