File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 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`.
5353### Install ` cpplint ` through ` pip `
5454
5555```
56- $ pip install cpplint
56+ pip install cpplint
5757```
5858
5959* 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:
8080Install all dependencies and development dependencies:
8181
8282``` sh
83- $ eask install-deps --dev
83+ eask install-deps --dev
8484```
8585
8686To test the package's installation:
8787
8888``` sh
89- $ eask package
90- $ eask install
89+ eask package
90+ eask install
9191```
9292
9393To test compilation:
9494
9595``` sh
96- $ eask compile
96+ eask compile
9797```
9898
9999** 🪧 The following steps are optional, but we recommend you follow these lint results!**
100100
101101The built-in ` checkdoc ` linter:
102102
103103``` sh
104- $ eask lint checkdoc
104+ eask lint checkdoc
105105```
106106
107107The standard ` package ` linter:
108108
109109``` sh
110- $ eask lint package
110+ eask lint package
111111```
112112
113113* 📝 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