Pattern: Use of class variable
Issue: -
This rule checks for uses of class variables (@@
). Class instance variables should usually be preferred over class variables.
Pattern: Use of class variable
Issue: -
This rule checks for uses of class variables (@@
). Class instance variables should usually be preferred over class variables.