File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ If you not use `cppcheck`. You have need to change `flycheck-add-next-checker`.
53
53
### Install ` cpplint ` through ` pip `
54
54
55
55
```
56
- $ pip install cpplint
56
+ pip install cpplint
57
57
```
58
58
59
59
* P.S. Make sure cpplint is in your environment path settings*
@@ -80,34 +80,34 @@ To run the test locally, you will need the following tools:
80
80
Install all dependencies and development dependencies:
81
81
82
82
``` sh
83
- $ eask install-deps --dev
83
+ eask install-deps --dev
84
84
```
85
85
86
86
To test the package's installation:
87
87
88
88
``` sh
89
- $ eask package
90
- $ eask install
89
+ eask package
90
+ eask install
91
91
```
92
92
93
93
To test compilation:
94
94
95
95
``` sh
96
- $ eask compile
96
+ eask compile
97
97
```
98
98
99
99
** 🪧 The following steps are optional, but we recommend you follow these lint results!**
100
100
101
101
The built-in ` checkdoc ` linter:
102
102
103
103
``` sh
104
- $ eask lint checkdoc
104
+ eask lint checkdoc
105
105
```
106
106
107
107
The standard ` package ` linter:
108
108
109
109
``` sh
110
- $ eask lint package
110
+ eask lint package
111
111
```
112
112
113
113
* 📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/ .*
You can’t perform that action at this time.
0 commit comments