-
Notifications
You must be signed in to change notification settings - Fork 40
One line class define issue #68
Copy link
Copy link
Open
Description
When I define class in a way like class SomeClass; end, I have the next output:
Checking code with SandiMeter...
1. 78% of classes are under 100 lines.
2. 100% of methods are under 5 lines.
3. 100% of method calls accepted are less than 4 parameters.
4. 100% of controllers have one instance variable per action.
Build step 'Execute shell' marked build as failure
Finished: FAILURE
So I suppose it is a bug.
When I define class in a common way
class SomeClass
end
everything works fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels