i stumbled upon these awesome opensource linting and static , ! ai, - -
linters. ⚡
these days with ai coding assistants being everywhere in our projects and codebases (ok maybe not as much, but you get the drift), gotta have a good linter or static analysis tool. they can catch potential issues b4 your project goes belly-up.
ive been using some of these for my side-projects:
1)
flake8 - perfect if python is what ya got going on
2)
eslint and its friends (like prettier, stylelint), essential when youre working with js or typescript ️
and dont forget abt the biggies like
bandit for security checks in your repos.
whats everyone else using? do these tools make a noticeable difference to y'all's workflows?
im curious if anyone has had any good (or bad) experiences!
found this here:
https://dev.to/137foundry/5-open-source-linters-and-static-analysis-tools-for-ai-assisted-codebases-1859