We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e7a20 commit f608ab2Copy full SHA for f608ab2
scripts/cpplint.py
@@ -1256,7 +1256,7 @@ def __init__(self):
1256
self._filters_backup = self.filters[:]
1257
self.counting = 'total' # In what way are we counting errors?
1258
self.errors_by_category = {} # string to int dict storing error counts
1259
- self.quiet = False # Suppress non-error messagess?
+ self.quiet = False # Suppress non-error messages?
1260
1261
# output format:
1262
# "emacs" - format that emacs can parse (default)
0 commit comments