decko-commons/decko

View on GitHub
card/mod/core/set_pattern/02_all_plus.rb

Summary

Maintainability
A
0 mins
Test Coverage

Replace class var @@options with a class instance var.
Open

@@options = { compound_only: true }

This cop checks for uses of class variables. Offenses are signaled only on assignment to class variables to reduce the number of offenses that would be reported.

There are no issues that match your filters.

Category
Status