--- title: Linting author: Moin Hussain Moti tags: description: Content for the linting event at IIIT-H --- # Linting and Code Formatting ### Popular Linter Programs #### Python - Pylint - PyFlakes - Pylama #### C/C++ - Clang - Cpplint #### JS - jshint - eslint ### Language Server Protocol (LSP) - [LangServer Page](https://langserver.org/) - [Microsoft Page](https://microsoft.github.io/language-server-protocol/) #### Resources - [Introduction to Language Server Protocol](https://medium.com/@wvd.51461/introduction-to-language-server-protocol-lsp-644a61dcd4be) ### Linter Plugin for Vim - ALE - Neomake - Syntastic