class Rubydex::Rules::DynamicConstantReference
Dynamic constant references cannot be reasoned about statically because they depend on runtime values. The program may still be valid, but the quality of the analysis degrades.
“‘ruby var::Foo ^^^^^^^^ Dynamic constant reference. This might be correct, but it cannot be understood by the analysis. “`
Public Class Methods
→ singleton(Severity::Base)
Source
# File lib/rubydex/rules/dynamic_constant_reference.rb, line 19 def default_severity Severity::Information end
@override