albertzl / google-styleguide

Automatically exported from code.google.com/p/google-styleguide
0 stars 0 forks source link

File specific NOLINT definition in cpplint #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently cpplint messages can be suppressed in the source code with NOLINT() 
definition. The definition affects only to the single line. In some cases it 
would be useful to suppress messages in multiple lines with single definition 
(e.g., NOLINTFILE() in the beginning of the file).

Original issue reported on code.google.com by ksole...@gmail.com on 1 Oct 2014 at 12:17