We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fb5ae commit 01411bdCopy full SHA for 01411bd
.rubocop.yml
@@ -3,6 +3,9 @@ AllCops:
3
- '*.gemspec'
4
- 'vendor/**/*'
5
6
+Bundler/OrderedGems:
7
+ Enabled: false
8
+
9
Lint/EndAlignment:
10
EnforcedStyleAlignWith: variable
11
Gemfile
@@ -12,4 +12,5 @@ end
12
13
if RUBY_VERSION >= '2.0'
14
gem 'travis_check_rubies', '~> 0.2'
15
+ gem 'rainbow', '!= 2.2.1' # TODO: remove when sickill/rainbow#44 is resolved
16
end
0 commit comments