Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Munkei/atom-linter-cppcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ This software is no longer maintained! ⚠

linter-cppcheck is no longer maintained, and should be considered deprecated. We do no longer accept bug reports, feature requests or pull requests.

If you’d like to take over ownership of this project, please contact @biffen.

linter-cppcheck

Build Status License Downloads


A linter for Atom using Cppcheck.

Requirements

Cppcheck needs to be installed (or at least available). Its path can be configured.

Without Linter this package is rather useless.

Configuration

The package settings are available at: Edit > Preferences > Packages > linter-cppcheck

You can configure the location of the Cppcheck executable. The default is to look for cppcheck in your $PATH environment variable. In most cases this should ‘just work’.

For Windows users: Cppcheck’s executable is probably not available as cppcheck in your %PATH%. On Windows you will most likely have to configure the path yourself in the Executable field (e.g. C:\Program Files\Cppcheck\cppcheck.exe, but it may vary).

You can also configure which checks Cppcheck should perform. If you want to know more about these checks please see the Cppcheck Manual or run man cppcheck.

Acknowledgements

This package is really a tiny amount of glue between other great pieces of software, namely the Linter package, the atom-linter module and — of course — Cppcheck.