This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
8f66751179
gitlab-org--gitlab-foss
/
lib
/
tasks
/
rubocop.rake
6 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Dont load rubocop in prod env
2015-02-03 22:25:57 -05:00
unless
Rails
.
env
.
production?
require
'rubocop/rake_task'
Add rubocop-rspec Almost all cops are starting as disabled until we can fix their violations.
2016-05-21 19:27:15 -04:00
Dont load rubocop in prod env
2015-02-03 22:25:57 -05:00
RuboCop
::
RakeTask
.
new
end
Copy permalink