log contrib/check-code.py @ 41365:876494fd967d

age author description
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Fri, 10 Aug 2018 02:17:50 -0400 Augie Fackler contrib: have check-code look at files in latin1 instead of ascii
Wed, 01 Aug 2018 13:08:00 -0700 Gregory Szorc check-code: ban use of bare xrange()
Sat, 05 May 2018 18:35:16 -0700 Gregory Szorc pycompat: export queue module instead of symbols in module (API)
Sat, 31 Mar 2018 15:54:26 -0400 Matt Harbison check-code: tighten the check for `ls -R`
Wed, 14 Mar 2018 14:05:45 -0400 Augie Fackler contrib: fix a subtle bug in check-code's regex rewriting
Wed, 14 Mar 2018 15:42:23 -0400 Augie Fackler contrib: open a hole in the open().read() ban for open().close()
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