We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90797d1 + 9381d4d commit 1cb1d33Copy full SHA for 1cb1d33
.rubocop.yml
@@ -1,6 +1,7 @@
1
AllCops:
2
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.4
3
DisabledByDefault: true
4
+ SuggestExtensions: false
5
Exclude:
6
- doc/**/*.rb
7
- rake.gemspec
@@ -26,7 +27,7 @@ Layout/LineLength:
26
27
Layout/IndentationWidth:
28
Enabled: true
29
-Layout/Tab:
30
+Layout/IndentationStyle:
31
32
33
Layout/EmptyLines:
Gemfile
@@ -6,5 +6,5 @@ group :development do
gem "bundler"
gem "minitest"
8
gem "coveralls"
9
- gem "rubocop", "~> 0.81.0"
+ gem "rubocop", "~> 1.12.1"
10
end
0 commit comments