Add code linter
See original GitHub issueAs the code base grows large, a code linter like rubocop - https://github.com/rubocop-hq/rubocop will make it very easy to keep a hold of overall code quality by imposing strict checks.
Once added, the entire code-base will have to linted. Most of errors will get fixed by rubocop -a
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Linting Python in Visual Studio Code
To enable linters, open the Command Palette (Ctrl+Shift+P) and select the Python: Select Linter command. The Select Linter command adds "python.linting.<linter> ...
Read more >How to Use GitHub Super Linter in Your Projects
When you're starting a new project, you might have to add multiple linting tools to beautify your code and prevent simple errors.
Read more >The EASIEST Way to Lint Any Code - GitHub Super Linter ...
GitHub Super Linter allows you to lint almost any code with just a single component. Today I'm going to show you how it...
Read more >How To Enable Linting on Save with Visual Studio Code and ...
In this tutorial, you will install ESLint, construct rules, and enable codeActionsOnSave in Visual Studio Code.
Read more >Combination of multiple linters to install as a GitHub Action
Add this Action to an existing workflow or create a new one. ... Note: IF you did not use Lint Code Base as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
True, it will change git history without any functional change but it has to happen sometime! We can do it along with the refactor of #199. I would not want to do it now as it will raise unnecessary conflicts with everyone’s PRs.
Also eslint or prettier for js code