components-contrib
components-contrib copied to clipboard
Fix/Improve Linting Process
Expected Behavior
As a developer, when I run make lint as directed by the instructions on developing a component I would expect everything to be green and work.
Actual Behavior
What is actually happening, is that there are a bunch of errors about formatting. When asked in Discord about this it was said it was "normal" and that it's due to the various versions of linters that are in use.
Steps to Reproduce the Problem
Clone components-contrib repository
Run make lint
Release Note
RELEASE NOTE:
This is also a pain point for new contributors to the project as each time they make a change to try to fix the linting in the CICD pipeline they need approvals from maintainers.