Linting clarification #511
Replies: 3 comments 3 replies
|
Hello, what is you motivation for that @priyankavit ? Does |
3 replies
|
If you want to lint only changed files then this could be helpful https://gist.github.com/seeliang/0f0de424d1cdc4541c338f4ee93b7e6a#for-stylelint it's for stylelint but similar appraoch should work for kube-linter too. |
0 replies
|
Thank you for response. I tried this and able to lint only the changed files now by cloning MR branch and then ran below command docker run -v $WORKSPACE:/dir -v |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I lint only pull request or changes using kubelinter instead of linting whole kubernetes folder everytime?
All reactions