/linter

linter website source code

Primary LanguageGoMIT LicenseMIT

linter

linter website source code

Support

Now available on MacOS and Linux

  • Python(pylint)
  • C++(cpplint)
  • C(cpplint)
  • Java
  • JavaScript
  • Go
  • C#
  • Ruby
  • Swift
  • Perl
  • Shell

Deploy

Raw

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

with Docker(halted)

$ git clone https://github.com/kasheemlew/linter.git
$ docker build -t linter .
$ docker run --publish 6060:8080 --name linter --rm linter -d

Maintainers

Front-end: Elegenthus

Back-end: kasheemlew