linter website source code
Now available on MacOS and Linux
- Python(pylint)
- C++(cpplint)
- C(cpplint)
- Java
- JavaScript
- Go
- C#
- Ruby
- Swift
- Perl
- Shell
Install Golang First, and then get the code from GitHub
$ git clone https://github.com/kasheemlew/linter.git
Build to present working directory
$ make build
Install binary to go-path/bin
$ make install
$ git clone https://github.com/kasheemlew/linter.git
$ docker build -t linter .
$ docker run --publish 6060:8080 --name linter --rm linter -d
Front-end: Elegenthus
Back-end: kasheemlew