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
cairo-lint is implemented as an AnalyzerPlugin that we can hook into our AnalysisDatabase:
AnalyzerPlugin
AnalysisDatabase
https://github.com/software-mansion/cairo-lint/blob/3cd07f36a6d509c8844284dd88a17535b6b1e265/crates/cairo-lint-core/src/plugin.rs#L104
I think we should always enable it initially. Creating config option to disable linting is a separate task: #157
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cairo-lint is implemented as an
AnalyzerPlugin
that we can hook into ourAnalysisDatabase
:https://github.com/software-mansion/cairo-lint/blob/3cd07f36a6d509c8844284dd88a17535b6b1e265/crates/cairo-lint-core/src/plugin.rs#L104
I think we should always enable it initially. Creating config option to disable linting is a separate task: #157
The text was updated successfully, but these errors were encountered: