Since this version, the linter returns a note each time it encounters a function with no annotation. This leads to an incredible amount of messages for no reason, and since we don't bother filtering by severity in the PHP parser, the same amount of lint errors.
This diff just ignores this message and everything is green again.
Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABC0a2bc7f2b2f3: [Linter] Fix MyPy linter with version 0.991
With mypy 0.991:
arc lint --everything
Check there is not a gazillion errors
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable