About: Cpplint

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

cpplint or cpplint.py is an open source lint-like tool developed by Google,designed to ensure that C++ code conforms to Google's coding style guides. Therefore cpplint implements what Google considers best practices in C++ coding. The script cpplint.py reads source code files and flags deviations from the style guide. It also identifies syntax errors. It is rules based, and uses a number of heuristics to identify bad code. cpplint is implemented as a Python script.It is distributed under the 3 clause BSD license.

Property Value
dbo:abstract
  • cpplint or cpplint.py is an open source lint-like tool developed by Google,designed to ensure that C++ code conforms to Google's coding style guides. Therefore cpplint implements what Google considers best practices in C++ coding. The script cpplint.py reads source code files and flags deviations from the style guide. It also identifies syntax errors. It is rules based, and uses a number of heuristics to identify bad code. cpplint.py suffers from both false positives and false negatives. False positives can be eliminated by tagging lines with // NOLINT (or // NOLINT(rule) to suppress only the incriminated rule category). Moreover rules can be fine-grained selected using the options --verbose and --filter.Line length rule can be configured with option --linelengthand file extensions can be configured with --extensions (by default: 'h', 'cpp', 'cc', 'cu' and 'cuh').Some options can be stored in a configuration file CPPLINT.cfg. cpplint is implemented as a Python script.It is distributed under the 3 clause BSD license. (en)
dbo:developer
dbo:genre
dbo:license
dbo:programmingLanguage
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 34655306 (xsd:integer)
dbo:wikiPageLength
  • 3629 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1082821423 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
dbp:genre
  • Static program analysis tool (en)
dbp:license
  • 3 (xsd:integer)
dbp:name
  • cpplint (en)
dbp:programmingLanguage
dbp:repo
dbp:title
  • cpplint (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • cpplint or cpplint.py is an open source lint-like tool developed by Google,designed to ensure that C++ code conforms to Google's coding style guides. Therefore cpplint implements what Google considers best practices in C++ coding. The script cpplint.py reads source code files and flags deviations from the style guide. It also identifies syntax errors. It is rules based, and uses a number of heuristics to identify bad code. cpplint is implemented as a Python script.It is distributed under the 3 clause BSD license. (en)
rdfs:label
  • Cpplint (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • cpplint (en)
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License