tolstislon / test_code_style_checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Code Style Checker

Use

docker pull tolstislon/code-styler-api

# windows
docker run --rm -v $pwd/:/source_code tolstislon/code-styler-api

#linux
docker run --rm -v `pwd`/:/source_code tolstislon/code-styler-api

Dev

# Local build
build.sh test

# Build and push
build.sh deploy

About


Languages

Language:Python 92.3%Language:Shell 5.0%Language:Dockerfile 2.7%