Open PiyushRaj927 opened 1 year ago
Considering https://github.com/super-linter/super-linter as it is the easiest to set up, but lacks a local version for testing changes before committing. Should we opt for implementing individual linters for our specific needs instead ? cc: @jayanth-kumar-morem, @singhalkarun
Hey @PiyushRaj927 couple of things
Hey @ChakshuGautam, I haven't encountered any errors so far. Could you please provide more information about the errors you mentioned? I'm not entirely sure what you're referring to.
Regarding the development environment, I appreciate you mentioning pre-commit hooks. I wasn't familiar with them before, but they seem to be exactly what I was looking for. Additionally, incorporating a linter workflow along with the pre-hooks to validate pull requests should fulfill the requirements I had in mind.
Regarding my development environment, I'm using Windows 10 with WSL2 Ubuntu and Docker Desktop.
Hey @PiyushRaj927 can you please twell why #103 was closed, is the super-linter
still needed
In order to maintain consistent code quality and identify problems early on, we should incorporate a linters into our workflow. This will assist in streamlining the code review process as well.