Skip to content
#

cppcheck

Here are 47 public repositories matching this topic...

pisanuw
pisanuw commented Jan 16, 2019

Environment

  • Operating System (e.g. Ubuntu 16.04 x64): Darwin MAC-30223656 16.7.0 Darwin Kernel Version 16.7.0
  • IDE Version (e.g. CLion 2016.3.2): CLion 2018.2.3
  • Cppcheck executable version (cppcheck --version): Cppcheck 1.86
  • Cppcheck plugin version: 1.2.0
  • Exact strings used in cppcheck plugin options: --enable=all --force --inconclusive --language=c++ --std=c++14 --suppress=m
tovrstra
tovrstra commented Apr 9, 2019

For Python 3, a more sensible default in cardboardlint/linter_header.py would be

DEFAULT_CONFIG = {
    # Filename filter rules
    'filefilter': ['+ *.py', '+ *.pyx', '+ *.pxd'],
    # The path to the header file'
    'header': 'HEADER',
    # Comments start with:
    'comment': '# ',
    # Format of the shebang line, only checked if a shebang line is present
    'shebang'

Improve this page

Add a description, image, and links to the cppcheck topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cppcheck topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.