This is a recurrent issue in reviews, this diffs provides an autofix
linter for this.
It is named afted stdint so that other conversion can be lated added if
needed.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING30788b70dd0e: [LINTER] Add a linter to replace `unsigned char` with `uint8_t`
rABC30788b70dd0e: [LINTER] Add a linter to replace `unsigned char` with `uint8_t`
arc lint --everything # No warning
Edit src/init.cpp to add the line:
unsigned char foo;
anywhere in the file, then run:
arc lint -- src/init.cpp
The linter should catch the line and suggest a fix.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable