You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This linter plugin for SublimeLinter provides an interface to [cpplint](https://pypi.python.org/pypi/cpplint). It will be used with files that have the "C" or “C++” syntax.
6
+
This linter plugin for SublimeLinter provides an interface to [cpplint](https://pypi.python.org/pypi/cpplint).
7
+
It will be used with files that have the "C" or "C++" syntax.
7
8
8
9
## Installation
10
+
9
11
SublimeLinter must be installed in order to use this plugin.
10
12
11
13
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
12
14
13
-
Before using this plugin, you must ensure that `cpplint` is installed on your system. To install `cpplint`, do the following:
15
+
Before using this plugin, ensure that `cpplint` is installed on your system.
16
+
To install `cpplint`, do the following:
14
17
15
18
1. Install [Python](http://python.org/download/) and [pip](http://www.pip-installer.org/en/latest/installing.html).
16
19
@@ -19,12 +22,14 @@ Before using this plugin, you must ensure that `cpplint` is installed on your sy
19
22
[sudo] pip install cpplint
20
23
```
21
24
22
-
In order for `cpplint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](http://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable).
25
+
Please make sure that the path to `cpplint` is available to SublimeLinter.
26
+
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
0 commit comments