We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just like #162 but for specs.
YES
Same as #162.
Move the specs to where they belong.
%% bad.hrl -spec a(function) -> _. -define(A_MACRO, here).
%% good.hrl -define(A_MACRO, here).
The text was updated successfully, but these errors were encountered:
40da066
Merge pull request #271 from inaka/brujo.268.no_specs
cb204f6
Fix #268: New Rule: No Specs
elbrujohalcon
No branches or pull requests
No specs in header files
Brief Description
Just like #162 but for specs.
Should be on by default?
YES
Reasoning
Same as #162.
Refactoring Proposal
Move the specs to where they belong.
Examples
The text was updated successfully, but these errors were encountered: