class RuboCop::Cop::SketchupRequirements::ShippedExtensionsNamespace
Don't modify SketchUp's shipped extensions.
Constants
- MSG
- NAMESPACES
- NAMESPACES_ADVANCED_CAMERA_TOOLS
We check only against the top level namespaces. The core define more objects, but they are under one of the top level namespaces listed.
- NAMESPACES_DYNAMIC_COMPONENTS
- NAMESPACES_TRIMBLE_CONNECT
Public Instance Methods
namespaces()
click to toggle source
# File lib/rubocop/sketchup/cop/requirements/shipped_extensions_namespace.rb, line 54 def namespaces NAMESPACES end