Closed NicolasAnquetil closed 1 year ago
may be format changed ?
when running the rules, innerQuery is a String (DoesNotUnderstand isUnaryQuery):
runOnCollection: aCollection ^ innerQuery isUnaryQuery ifTrue: [ self runOnUnaryQuery: aCollection ] ifFalse: [ self runOnNAryQuery: aCollection ]
Not a problem of FamixSQL, due to MooseCritics not reloading properly its rules
may be format changed ?
when running the rules, innerQuery is a String (DoesNotUnderstand isUnaryQuery):