Merge pull request #4739 from betagouv/improve-cop-detection
lint: improve Rubocop detection
This commit is contained in:
commit
d19c9c6dcc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if ENV["RAILS_ENV"] == "development"
|
||||
if defined?(RuboCop)
|
||||
module RuboCop
|
||||
module Cop
|
||||
module DS
|
||||
|
|
Loading…
Add table
Reference in a new issue