We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eldev lint
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
eldev lint would introduce far too many faults - most if not all of them of relatively low value.
Likewise we should convert eldev -dtT compile into eldev -dtT compile --warnings-as-errors (no important warnings are triggered right now)
eldev -dtT compile
eldev -dtT compile --warnings-as-errors
The text was updated successfully, but these errors were encountered:
Add and satisfy linting
5499b8b
Fixes #550
08aee7c
Add and satisfy linting (#551)
ed3a15a
Successfully merging a pull request may close this issue.
eldev lint
would introduce far too many faults - most if not all of them of relatively low value.Likewise we should convert
eldev -dtT compile
intoeldev -dtT compile --warnings-as-errors
(no important warnings are triggered right now)The text was updated successfully, but these errors were encountered: