dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Restore linters missed when merging bitcoin 0.17 #1101

Closed scravy closed 5 years ago

scravy commented 5 years ago

Signed-off-by: Julian Fleischer julian@thirdhash.com

frolosofsky commented 5 years ago

lint-clang-format is used for src/, and lint-newline-at-eof is for both src/ and test/. Why have they been moved to test/ dir?

scravy commented 5 years ago

Since bitcoin 0.17 all linters reside in test/lint.

scravy commented 5 years ago

This pull request also executes all linters always now (instead of exiting on first erroring script).

Backporting to bitcoin in https://github.com/bitcoin/bitcoin/pull/16036