SketchUp / rubocop-sketchup

Rubocop cops for SketchUp - test against our Extension Warehouse technical requirements and other pitfalls
MIT License
14 stars 8 forks source link

False positive in SketchupBugs/UniformScaling #153

Open thomthom opened 2 years ago

thomthom commented 2 years ago

This will incorrectly trigger a warning.

scaling = [2.0, 2.0, 2.0]
Geom::Transformation.scaling(*scaling)