You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I define class in a way like
class SomeClass; end
, I have the next output:So I suppose it is a bug.
When I define class in a common way
everything works fine.
The text was updated successfully, but these errors were encountered: