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

[improvement] consistency between ocp-lint --list and .ocplint #183

Open
vprevosto opened this issue May 16, 2018 · 1 comment
Open

[improvement] consistency between ocp-lint --list and .ocplint #183

vprevosto opened this issue May 16, 2018 · 1 comment

Comments

@vprevosto
Copy link

There are currently two main ways to see which warnings can be tracked by ocp-lint: ocp-lint --list gives a list of all known warnings, with a short help text, and .ocplint allows configuring which warnings are enabled, with a more terse documentation (at linter level instead of individual warnings). It is therefore sometimes useful to refer to the output of ocp-lint when editing .ocplint. However, the order in which the plugins are presented differ between both, which makes it difficult to relate both lists. Furthemore, some plugins have pretty different names in both cases (e.g. Source code plugin in ocp-lint --list is plugin_text in .ocplint), which again makes it more difficult to relate plug-ins between both lists.

@vprevosto
Copy link
Author

in fact, it appears that inside a plug-in, the order of linters is also different between both lists.

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