fix pycodestyle config path
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ lint:py:
|
|||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- pip install pycodestyle
|
- pip install pycodestyle
|
||||||
- pycodestyle --config=setup.cfg --count .
|
- pycodestyle --config=pycodestyle.cfg --count .
|
||||||
|
|
||||||
lint:js:
|
lint:js:
|
||||||
image: node:14
|
image: node:14
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ Merge requests to `master` should be reviewed by multiple developers. Only a mod
|
|||||||
Lint python files using `pycodestyle` with
|
Lint python files using `pycodestyle` with
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pycodestyle --config=setup.cfg --count .
|
pycodestyle --config=pycodestyle.cfg --count .
|
||||||
```
|
```
|
||||||
|
|
||||||
Lint javascript and markdown using `eslint` and `remark` with
|
Lint javascript and markdown using `eslint` and `remark` with
|
||||||
|
|||||||
Reference in New Issue
Block a user