Differences between revisions 2 and 18 (spanning 16 versions)
Revision 2 as of 2020-02-15 16:08:51
Size: 680
Editor: chapoton
Comment:
Revision 18 as of 2024-08-28 04:58:44
Size: 0
Editor: mkoeppe
Comment: outdated redirect
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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 ==

== trac_links ==

== startup_time ==

== startup_modules ==

== docbuild ==

== git_rev_list ==