Project

bleach

0.0
No release in over a year
bleach - code check tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.0.4
 Project Readme

Bleach

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

  • Installation
  • Usage
  • Supported languages and tools
  • Demo

Installation

  • Install Docker.
  • Install the bleach gem.
gem install bleach

Usage

Usage:

bleach [OPTIONS]

Options:

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

Tools

Demo

asciicast