diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-10-15 14:50:58 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-10-15 18:07:07 -0400 |
commit | c3ab85bc817ecea7f1591a7c200f79e6d5fab17b (patch) | |
tree | b671819ffb8c65f3581215b3da112fea3191104e /buildscripts | |
parent | c56d69562434f15d5d9c42d6ba2314652bd60dcf (diff) | |
download | mongo-c3ab85bc817ecea7f1591a7c200f79e6d5fab17b.tar.gz |
fix a lot of copyright notices
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/lint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/lint.py b/buildscripts/lint.py index 8b430e2dec7..9ee449071ca 100644 --- a/buildscripts/lint.py +++ b/buildscripts/lint.py @@ -21,7 +21,6 @@ def run_lint( prefix="src/mongo", nudgeOn=False ): nudge.append( '-build/include_order' ) # errors found: 511 nudge.append( '-build/include_what_you_use' ) # errors found: 986 nudge.append( '-build/namespaces' ) # errors found: 131 - nudge.append( '-legal/copyright' ) # errors found: 65 never.append( '-readability/braces' ) # errors found: 880 later.append( '-readability/casting' ) # errors found: 748 nudge.append( '-readability/function' ) # errors found: 49 |