diff -r f6ee02933af9 -r 95c7c4b7e67a contrib/check-code.py --- a/contrib/check-code.py Thu Mar 11 16:54:34 2010 -0600 +++ b/contrib/check-code.py Mon Mar 08 03:07:35 2010 +0100 @@ -52,6 +52,7 @@ (r'/bin/', "don't use explicit paths for tools"), (r'\$PWD', "don't use $PWD, use `pwd`"), (r'[^\n]\Z', "no trailing newline"), + (r'export.*=', "don't export and assign at once"), ] testfilters = [