Add review bot tool for chardet

Review Request #9531 — Created Jan. 25, 2018 and discarded — Latest diff uploaded

Information

ReviewBot
master

Reviewers

Sometimes it is a rule to use ascii or utf-8
for your java or c++ files only. As it is really
easy to miss some weird characters this checker
allows to detect forbidden encodings for you.

Added ascii check, uploaded patch with utf-8
character and saw that it finds the correct line.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.

orig
1
2
3
4
5
6
7
bot/setup.py
bot/reviewbot/tools/chardet.py
docs/reviewbot/reviewbot/tools/chardet.rst
docs/reviewbot/reviewbot/tools/index.rst
Loading...