MarkHedleyJones / code-linting-bbq

Docker-bbq-based docker images for running code linters locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-linting-bbq

Dependencies

This project requires docker-bbq Please install it before proceeding.

Installing

To build the image and install the runner scripts into the local bin directory, run:

make install

Usage

To lint the current directory using all included linters, run:

code-lint

To lint a specific file or directory, execute:

code-lint <file-or-directory>

To run a specific linter, execute:

code-lint-<linter>

where <linter> is one of the scripts under the install directory.

About

Docker-bbq-based docker images for running code linters locally


Languages

Language:Shell 60.1%Language:Makefile 24.0%Language:Dockerfile 15.9%