Skip to content

luisgflores/bleacher

 
 

Repository files navigation

Bleacher

Bleacher is a Ruby 2.7 tool that uses Docker containers to run static code analysis tools (such as linters) against a source code file. Bleacher can also install a Git pre-commit hook so it runs automagically for modified files before they are committed.

Installation

gem install bleacher-0.0.x.gem

This will automatically install all prerrequisite gems, but some libraries might be needed for this.

  • On MacOS you might need to:
brew install cmake pkg-config icu4c
  • On Linux:
sudo apt-get install make build-essential libicu-dev cmake libssl-dev

Usage

Usage:

bleacher [OPTION]

Options (mutually exclusive):

-f, --file [STRING]              Filepath of the file that needs to be checked.
-i, --install                    Install Git pre-commit hook.

Tools

Source file language is autodetected at run time.

About

bleach - code check tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 91.0%
  • JavaScript 5.9%
  • Dockerfile 3.1%