Thu, 15 Oct 2015 17:28:26 -0400 |
timeless |
check-code: allow argument passing py2.6ism
|
Thu, 15 Oct 2015 20:36:12 -0400 |
timeless |
check-code: block non-portable pipe-and
|
Thu, 08 Oct 2015 12:53:09 -0700 |
Pierre-Yves David |
check-code: detect and ban 'util.Abort'
|
Thu, 24 Sep 2015 00:34:15 -0700 |
Pierre-Yves David |
check-code: forbid mutable value for default argument
|
Tue, 23 Jun 2015 22:20:01 -0700 |
Gregory Szorc |
check-code: detect legacy exception syntax
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 22:38:21 -0700 |
Gregory Szorc |
check-code: detect legacy octal syntax
|
Tue, 16 Jun 2015 23:06:30 +0900 |
Yuya Nishihara |
check-code: ban use of '[[ ]]' in tests
|
Tue, 19 May 2015 08:41:04 -0500 |
Matt Mackall |
check-code: reintroduce str.format() ban for 3.x porting
|
Mon, 18 May 2015 16:18:18 -0500 |
Pierre-Yves David |
check-code: drop ban of 'val if cond else otherval' construct
|
Mon, 18 May 2015 16:11:44 -0500 |
Pierre-Yves David |
check-code: drop the 'format' built-in
|
Mon, 18 May 2015 16:09:05 -0500 |
Pierre-Yves David |
check-code: drop ban of str.format
|
Mon, 18 May 2015 13:20:19 -0500 |
Pierre-Yves David |
check-code: drop ban of BaseException
|
Mon, 18 May 2015 12:56:59 -0500 |
Pierre-Yves David |
check-code: drop the yield inside try/finally ban
|
Sat, 16 May 2015 14:34:04 -0400 |
Augie Fackler |
check-code: un-ban __builtins__.all now that we're on 2.6
|
Sat, 16 May 2015 14:31:03 -0400 |
Augie Fackler |
check-code: un-ban any() now that we're on 2.6
|
Sun, 17 May 2015 17:47:42 -0700 |
Pierre-Yves David |
check-code: lift the ban on 'next()'
|
Sun, 17 May 2015 17:45:47 -0700 |
Pierre-Yves David |
check-code: drop the 'isdisjoint' ban
|
Sun, 17 May 2015 17:40:26 -0700 |
Pierre-Yves David |
check-code: fix the error message about 'class foo():'
|
Sun, 17 May 2015 17:36:26 -0700 |
Pierre-Yves David |
check-code: remove the check for os.path.relpath
|
Fri, 15 May 2015 09:54:35 -0500 |
Matt Mackall |
check-code: drop try/except/finally check
|
Wed, 13 May 2015 11:49:38 -0700 |
Pierre-Yves David |
check-code: allow with statements
|
Wed, 13 May 2015 11:41:17 -0700 |
Pierre-Yves David |
check-code: allow 'Except EClass as variable:'
|
Wed, 13 May 2015 11:39:48 -0700 |
Pierre-Yves David |
check-code: allow print and exec as a function
|
Mon, 11 May 2015 22:47:01 -0400 |
Matt Harbison |
check-code: drop the python 2.5 warning for os.path.relpath()
|
Wed, 22 Apr 2015 23:38:55 +0900 |
FUJIWARA Katsunori |
check-code: check os.path.join(*, '') not working correctly with Python 2.7.9
stable
|
Tue, 24 Mar 2015 12:52:53 -0700 |
Laurent Charignon |
check-code: in C code, prevent space before closing parenthesis
|
Tue, 17 Mar 2015 21:48:34 -0400 |
Matt Harbison |
check-code: enforce the usage of 'seq.py' instead of 'seq'
|
Thu, 05 Mar 2015 13:21:57 -0600 |
Matt Mackall |
check-code: allow disabling msys path check
|
Thu, 22 Jan 2015 00:10:26 +0900 |
FUJIWARA Katsunori |
check-code.py: avoid warning against "reverting subrepo ..." lines
stable
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Mon, 03 Nov 2014 11:06:51 -0600 |
Matt Mackall |
test-revert.t: fix wc check-code false positive
|
Wed, 17 Sep 2014 00:28:37 +0900 |
Yuya Nishihara |
check-code: look for misuse of __bool__
|
Thu, 14 Aug 2014 16:39:27 -0500 |
Matt Mackall |
check-code: extend try/except/finally check for multiple except clauses
|
Sat, 02 Aug 2014 17:04:53 -0700 |
Pierre-Yves David |
check-code: allow an escape pattern to be specified for testpattern
|
Sat, 02 Aug 2014 17:01:55 -0700 |
Pierre-Yves David |
check-code: capture "wc" as a word
|
Mon, 21 Jul 2014 11:27:24 -0700 |
Danek Duvall |
tests: cat error messages are different on Solaris
stable
|
Mon, 23 Jun 2014 09:22:53 -0400 |
Augie Fackler |
check-code: drop ban on callable() which was restored in Python 3.2
|
Sat, 17 May 2014 17:11:06 +0800 |
Steven Brown |
check-code: check for consistent usage of the websub filter in hgweb templates
|
Mon, 05 May 2014 13:37:59 -0500 |
Matt Mackall |
check-code: look at shebang to identify Python scripts
|
Wed, 16 Apr 2014 03:05:00 +0900 |
FUJIWARA Katsunori |
check-code: detect "% inside _()" when there are leading whitespaces
|
Tue, 01 Apr 2014 15:11:19 -0500 |
Matt Mackall |
merge with stable
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
Tue, 01 Apr 2014 02:46:03 +0900 |
FUJIWARA Katsunori |
i18n: fix "% inside _()" problems
stable
|
Wed, 19 Mar 2014 18:04:03 -0500 |
Matt Mackall |
check-code: check for argument passing py2.6ism
|
Wed, 12 Mar 2014 13:31:27 -0400 |
Augie Fackler |
check-code: disallow use of dict(key=value) construction
|
Wed, 19 Feb 2014 13:46:49 -0800 |
Danek Duvall |
solaris: diff -u emits "No differences encountered"
|
Wed, 19 Feb 2014 13:25:28 +0100 |
Simon Heimberg |
help: remove last occurrences of ".. note::" without two newlines
|
Mon, 27 Jan 2014 21:39:25 +0100 |
Simon Heimberg |
tests: lines with largefile .* file://$TESTTMP also match on windows
|
Mon, 10 Feb 2014 22:56:10 +0100 |
Simon Heimberg |
tests: rewrite path in test-shelve.t for not being mangled on msys
|
Tue, 07 Jan 2014 22:29:57 +0100 |
Simon Heimberg |
check-code: print debug output when an ignore pattern matches
|
Tue, 07 Jan 2014 22:29:51 +0100 |
Simon Heimberg |
check-code: drop now unused check-code-ignore
|
Tue, 07 Jan 2014 22:29:44 +0100 |
Simon Heimberg |
check-code: explain what to do when a check-code rule mismatches
|
Tue, 07 Jan 2014 22:29:15 +0100 |
Simon Heimberg |
check-code: always report when a file is skipped by "no-check-code"
|
Tue, 07 Jan 2014 22:28:45 +0100 |
Simon Heimberg |
check-code: do not skip entire file, skip only one match instead
|
Sat, 09 Nov 2013 14:50:12 +0100 |
Simon Heimberg |
check-code: document last ignore regexp
|
Sat, 09 Nov 2013 14:49:05 +0100 |
Simon Heimberg |
check-code: drop unneeded ignore patterns
|
Sat, 16 Nov 2013 12:44:28 -0500 |
Matt Mackall |
merge with stable
|
Sat, 09 Nov 2013 10:21:20 +0100 |
Simon Heimberg |
check-code: prepend warning prefix only once, but for each warning
stable
|
Tue, 05 Nov 2013 09:00:31 +0100 |
Simon Heimberg |
check-code: more replacement characters
stable
|
Tue, 05 Nov 2013 09:00:31 +0100 |
Simon Heimberg |
check-code: check comment for '.. note::' without two newlines
stable
|
Tue, 05 Nov 2013 13:25:45 -0500 |
Augie Fackler |
Merge with stable.
|
Sat, 02 Nov 2013 11:25:04 +0100 |
Simon Heimberg |
check-code: prepend warning prefix for repeated warnings only once
|
Sat, 02 Nov 2013 11:25:33 +0100 |
Simon Heimberg |
check-code: fix an error message
|
Wed, 23 Oct 2013 23:42:13 +0800 |
Mads Kiilerich |
check-code: fix no-check-code skip message - obfuscation was too obscure
stable
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check that '>' is used for continued lines
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check for spaces around = for named parameters
|
Fri, 20 Sep 2013 10:18:09 -0400 |
Augie Fackler |
check-code: new rule to forbid imports of a.b on the same line as other imports
|
Wed, 18 Sep 2013 14:36:19 -0500 |
Matt Mackall |
check-code: add bracket style check
|
Tue, 17 Sep 2013 18:19:04 -0500 |
Matt Mackall |
check-code: check C patterns against .h files
|
Tue, 17 Sep 2013 18:13:54 -0500 |
Matt Mackall |
check-code: make casting style check more precise
|
Mon, 26 Aug 2013 15:20:44 -0700 |
Danek Duvall |
solaris: tests can't use tail -n
|
Fri, 23 Aug 2013 14:31:42 -0700 |
Danek Duvall |
solaris: test cases can't use grep -a
|
Thu, 25 Jul 2013 10:44:51 -0400 |
Augie Fackler |
check-code: add a check for the next() builtin, which was new in 2.6
stable
|
Mon, 22 Jul 2013 10:04:45 +0200 |
Simon Heimberg |
check-code: do not abort on an unreadable file, only report this
stable
|
Tue, 16 Jul 2013 01:29:14 +0200 |
Simon Heimberg |
check-code: automatically preppend "warning: " to all warning messages
|
Mon, 01 Jul 2013 06:50:58 +0200 |
Simon Heimberg |
check-code: concatenate "check-code" on compile time
|
Mon, 01 Jul 2013 06:50:58 +0200 |
Simon Heimberg |
check-code: do not warn on printf \\x or \\[1-9]
|
Mon, 01 Jul 2013 20:48:56 +0200 |
Simon Heimberg |
cleanup: drop unused variables and an unused import
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: introduce function for using re2 when available
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: compile filters when loading
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: compile all patterns on initialisation
|
Sat, 08 Jun 2013 20:20:14 +0200 |
Simon Heimberg |
check-code: only fix patterns once
|
Thu, 09 May 2013 15:22:54 -0500 |
Matt Mackall |
check-code: add another Windows pathsep rule
|
Fri, 03 May 2013 14:19:30 -0700 |
Brendan Cully |
tests: check path separator in moves
|
Thu, 02 May 2013 15:21:47 -0500 |
Matt Mackall |
check-code: add more path sep glob checks
|
Tue, 23 Apr 2013 16:57:51 -0500 |
Kevin Bullock |
check-code: fix sed 'i' command rule newline matching
stable
|
Mon, 22 Apr 2013 16:50:08 -0500 |
Kevin Bullock |
check-code: expand sed rule to include more offenders
stable
|
Mon, 22 Apr 2013 16:33:28 -0500 |
Kevin Bullock |
check-code: add a rule against a GNU sed-ism
stable
|
Wed, 17 Apr 2013 14:38:02 -0500 |
Matt Mackall |
check-code: add check for lock release order
|
Mon, 15 Apr 2013 01:37:23 +0200 |
Mads Kiilerich |
check-code: check txt files for trailing whitespace
|
Mon, 15 Apr 2013 01:37:23 +0200 |
Mads Kiilerich |
check-code: catch trailing space in comments
|
Wed, 27 Mar 2013 08:57:45 -0700 |
Bryan O'Sullivan |
check-code: fix a check-code failure in check-code
|
Fri, 01 Mar 2013 00:59:22 +0100 |
Simon Heimberg |
check-code: re-add check for missing glob
|
Fri, 01 Mar 2013 00:03:51 +0100 |
Simon Heimberg |
tests: append missing glob to filename output and check-code it
|
Thu, 28 Feb 2013 23:45:51 +0100 |
Simon Heimberg |
check-code: extract windows glob warning message
|
Sat, 09 Mar 2013 22:14:46 +0100 |
Simon Heimberg |
check-code: do not prepend "warning" to a failure message
|
Wed, 13 Feb 2013 21:51:47 +0100 |
Simon Heimberg |
check-code: warn about line glob match with no glob character (?*/)
|
Fri, 08 Feb 2013 19:32:56 +0000 |
Kevin Bullock |
check-code: warn to use killdaemons instead of kill `cat PIDFILE`
|
Thu, 31 Jan 2013 02:39:55 +0100 |
Mads Kiilerich |
tests: use `pwd` instead of ${PWD} in test-convert-git.t - because of Solaris
stable
|
Tue, 01 Jan 2013 13:05:22 -0600 |
Augie Fackler |
check-code: disallow defunct <> operator
|
Tue, 01 Jan 2013 12:58:21 -0600 |
Augie Fackler |
check-code: disallow two-argument form of raise
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: make 'missing whitespace in assignment' more aggressive
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
Sun, 25 Nov 2012 13:57:00 -0600 |
Matt Mackall |
check-code: move i18n check from warning to error
|
Wed, 03 Oct 2012 22:09:18 +0200 |
Idan Kamara |
check-code: replace heredocs in unified tests
|
Wed, 19 Sep 2012 12:29:12 +0200 |
Thomas Arendsen Hein |
check-code: catch yield inside try/finally (with tests)
|
Mon, 27 Aug 2012 23:14:27 +0200 |
Mads Kiilerich |
avoid using abbreviations that look like spelling errors
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Wed, 08 Aug 2012 18:10:37 +0200 |
Mads Kiilerich |
check-code: fix check for trailing whitespace on continued lines too
|
Wed, 08 Aug 2012 18:10:30 +0200 |
Mads Kiilerich |
check-code: fix check for trailing whitespace on empty lines
|
Wed, 08 Aug 2012 18:10:16 +0200 |
Mads Kiilerich |
check-code: fix check for trailing whitespace on sh command lines
|
Tue, 31 Jul 2012 03:30:42 +0200 |
Mads Kiilerich |
check-code: indent 4 spaces in py files
stable
|
Fri, 06 Jul 2012 19:48:19 +0200 |
Pierre-Yves David |
check-code: recognise %= as an operator
|
Thu, 05 Jul 2012 00:49:26 +0200 |
Mads Kiilerich |
check-code: verify that 'saved backup bundle to ...' is '(glob)'ed
|
Sat, 16 Jun 2012 21:57:42 +0200 |
Mads Kiilerich |
test-alias: adapt for Windows
|
Sun, 13 May 2012 13:18:06 +0200 |
Brodie Rao |
check-code: ignore naked excepts with a "re-raise" comment
|
Sun, 13 May 2012 13:17:50 +0200 |
Brodie Rao |
check-code: improve detection of naked except clauses
|
Sun, 13 May 2012 13:17:27 +0200 |
Brodie Rao |
check-code: promote 80+ character line warning to an error
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|