Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One line class define issue #68

Open
r-glebov opened this issue Jan 19, 2017 · 0 comments
Open

One line class define issue #68

r-glebov opened this issue Jan 19, 2017 · 0 comments

Comments

@r-glebov
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant