chore(lint): Silence pylint #372
ci.yml
on: pull_request
Matrix: ci
commitlint
13s
build-setuptools
22s
build-bin-linux
22s
build-bin-windows
1m 49s
build-bin-macos
1m 0s
release
0s
Annotations
5 errors
commitlint
You have commit messages with errors
⧗ input: chore(lint): Silence pylint
This fixes the following error:
```
************* Module guessit.rules.match_processors
guessit/rules/match_processors.py:7:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
```
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
build-bin-linux
Process completed with exit code 2.
|
build-setuptools
Process completed with exit code 2.
|
build-bin-macos
Process completed with exit code 2.
|
build-bin-windows
Process completed with exit code 1.
|