Tighten C++ linting rules

Bump benchmark dependencies
Update leak test suppressions
Update future branch details
This commit is contained in:
Lovell Fuller
2016-03-31 20:30:40 +01:00
parent 24fb0c33c2
commit c66495b66c
7 changed files with 36 additions and 42 deletions

View File

@@ -19,18 +19,15 @@ describe('cpplint', function() {
// Lint each source file
cpplint({
files: [file],
linelength: 140,
linelength: 120,
filters: {
legal: {
copyright: false
},
build: {
include: false,
include_order: false
include: false
},
whitespace: {
blank_line: false,
comments: false,
parens: false
}
}