Method: Pelusa::Lint.all
- Defined in:
- lib/pelusa/lint.rb
.all ⇒ Object
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/pelusa/lint.rb', line 20 def self.all [ LineRestriction, InstanceVariables, DemeterLaw, IndentationLevel, ElseClauses, Properties, CollectionWrappers, ShortIdentifiers, LongIdentifiers, ManyArguments, EvalUsage ] end |