Skip to content

Github bot to detect space-tab-mixed files, and post issue.

Notifications You must be signed in to change notification settings

mzp/space_tab_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Tab bot

TabSpacesBoth

wercker status

Overview

This is Github bot to detect file containing spaces and tabs, and send issue.

Prerequires

How to build

$ make depend
$ make
# Run unit test
$ make check

How to use from docker

$ cd misc/dockerfile
$ docker build -t space_tab_bot .
$ docker run env GITHUB_USERNAME=name GITHUB_PASSWORD=pass space_tab_bot ./space_tab_bot/space_tab_bot --config /root/.space_tab_bot

Usage

Write Github URL at ~/.space_tab_bot like below:

https://github.com/mzp/space_tab_bot

Setup Github account:

$ export GITHUB_USERNAME="your_name"
$ export GITHUB_PASSWORD="your password"

Run:

$ ./space_tab_bot

Authors

About

Github bot to detect space-tab-mixed files, and post issue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published