NREL / openstudio-model-articulation-gem

Other
7 stars 9 forks source link

Update to use rubocop_v4.yml #74

Closed tijcolem closed 3 years ago

tijcolem commented 3 years ago

Update to use rubocop_v4.yml and latest gems

DavidGoldwasser commented 3 years ago

@mdahlhausen did remove_HVAC get renamed in 3.2.1? That seems to be cause of this error and is used here https://github.com/NREL/openstudio-model-articulation-gem/blob/develop/lib/measures/radiant_slab_with_doas/measure.rb#L223

undefined method `remove_HVAC' for #<ASHRAE9012013:0x000055975dddba90> /srv/jenkins/git/openstudio-model-articulation-gem/PR-74/3/lib/measures/radiant_slab_with_doas/measure.rb:223:in

mdahlhausen commented 3 years ago

@DavidGoldwasser yes; I snake_cased all method names. Should be remove_hvac now.

EDIT: this was a recent change that I'm not sure got into 3.2.1; perhaps you are requiring a local ruby?

DavidGoldwasser commented 3 years ago

@mdahlhausen our CI does dual tests now. One on the last installer (with gems frozen) the other off of develop of all of the gems. The idea to be proactive when things break before an installer is out.

DavidGoldwasser commented 3 years ago

@tijcolem and @nllong Matt D made fix to develop of standards that addressed the CI issue. He made the new dependancies a developer dependancy.