ruby-hyperloop / hyper-rails

The project has moved to Hyperstack!! - One step integration of reactrb and associated gems with rails
https://hyperstack.org/
MIT License
14 stars 5 forks source link

disable cops in initialization? #1

Open catmando opened 8 years ago

catmando commented 8 years ago

Simply because of the nature of Opal, and Reactrb, I have found these three rubo cops need to be disabled, and suggest we have the option to add these during generation...

Style/MutableConstant:
  Enabled: false

Lint/LiteralInCondition:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false