log contrib/check-code.py @ 36260:9a1df91429af

age author description
Tue, 13 Feb 2018 18:00:59 -0500 Augie Fackler contrib: ban $RANDOM using check-code
Sat, 16 Dec 2017 12:34:40 -0500 Matt Harbison tests: fix the check-code rule for testing non-existent files
Sat, 16 Dec 2017 11:32:10 -0500 Matt Harbison tests: convert the 'file://\$TESTTMP' rule to an automatic substitution
Thu, 14 Dec 2017 22:26:46 +0900 Yuya Nishihara check-code: remove unused variable 'winglobmsg'
Sun, 10 Dec 2017 22:45:35 -0500 Matt Harbison check-code: drop the rules for adding (glob) for Windows paths
Sat, 09 Dec 2017 00:39:15 +0900 Yuya Nishihara check-code: allow tabs in heredoc
Tue, 05 Dec 2017 16:44:20 -0500 Augie Fackler contrib: ban find(1)'s -printf operator, as it is a GNU-ism
Wed, 29 Nov 2017 17:06:45 -0500 Augie Fackler contrib: improve check-code ban on $LOCALIP in output without (glob)
Sat, 18 Nov 2017 13:00:47 +0800 Anton Shestakov check-code: grep's context flags don't need an extra space before number
Mon, 16 Oct 2017 11:43:41 -0400 Augie Fackler contrib: remove check-code rule about indentation
Thu, 12 Oct 2017 09:34:58 -0700 Jun Wu check-code: suggest pycompat.is(posix|windows|darwin)
Wed, 11 Oct 2017 17:42:57 -0700 Jun Wu check-code: forbid platform.system()
Wed, 11 Oct 2017 03:48:11 -0700 Augie Fackler contrib: add check-code rule banning use of readlink
Thu, 05 Oct 2017 14:18:55 -0700 Saurabh Singh test-check-code: fail new commits which use 'atexit' instead of 'ui.atexit'
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal check-code: allow an exception for camelcase where required
Fri, 29 Sep 2017 11:55:44 -0400 Augie Fackler contrib: add a check to check-code to ban superfluous pass statements
Wed, 06 Sep 2017 08:22:54 -0700 Martin von Zweigbergk check-code: fix incorrect capitalization in camelcase regex
Fri, 01 Sep 2017 16:44:30 -0700 Jun Wu check-code: forbid "\S" in egrep regular expression
Fri, 01 Sep 2017 15:47:32 -0700 Jun Wu check-code: forbid using bash in shebang
Fri, 07 Jul 2017 15:11:11 -0400 Augie Fackler check-code: prohibit `if False` antipattern
Thu, 06 Jul 2017 15:15:02 -0400 Augie Fackler contrib: widen "direct use of `python`" net again
Tue, 20 Jun 2017 17:25:57 -0400 Augie Fackler contrib: widen the "don't use `python`" net a little
Tue, 20 Jun 2017 09:49:43 -0400 Augie Fackler contrib: add check-code rule to enforce non-use of `python` in tests
Tue, 06 Jun 2017 08:58:27 -0700 Danek Duvall check-code: ban grep's context flags (-A/-B/-C) since they're not on Solaris
Wed, 31 May 2017 11:41:54 -0700 Jun Wu check-code: suggest policy.importmod
Sun, 21 May 2017 13:34:42 -0700 Siddharth Agarwal check-code: allow skipping hasattr check in py3-only code
Mon, 15 May 2017 14:08:02 -0400 Augie Fackler style: ban [ foo == bar] bashism in tests
Mon, 01 May 2017 17:23:48 +0900 Yuya Nishihara check-code: ignore re-exports of os.environ in encoding.py
Wed, 26 Apr 2017 21:51:19 +0900 Yuya Nishihara check-code: exclude demandimport.py and policy.py from Python 3 checks
Mon, 01 May 2017 17:10:22 +0900 Yuya Nishihara check-code: rewrite py3 exclusion pattern with negative lookahead