Differences between revisions 1 and 2
Revision 1 as of 2020-02-15 15:56:39
Size: 423
Editor: chapoton
Comment:
Revision 2 as of 2020-02-15 16:08:51
Size: 680
Editor: chapoton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Check for the existence of a commit message for every commit.
Line 7: Line 9:
Try to check that coverage did increase.
Line 8: Line 12:

Look for the presence of non-ascii characters in python and cython files.

This detects the presence of the encoding line at the top of files.

explanations on the patchbot plugins

commit_messages

Check for the existence of a commit message for every commit.

coverage

Try to check that coverage did increase.

non_ascii

Look for the presence of non-ascii characters in python and cython files.

This detects the presence of the encoding line at the top of files.

doctest_continuation

foreign_latex

oldstyle_print

python3_py

python3_pyx

python3

pyflakes

pycodestyle

blocks

triple_colon

startup_time

startup_modules

docbuild

git_rev_list

patchbot/plugins (last edited 2022-04-18 02:40:15 by mkoeppe)