refactor: cleanups post unsubtree'ing univalue

Mostly changes to remove src/univalue exceptions from the various linters,
and the required code changes to make them happy. As well as minor doc
changes.
This commit is contained in:
fanquake
2022-06-11 14:29:09 +01:00
parent e2aa7047f9
commit d873ff96e5
22 changed files with 32 additions and 56 deletions

View File

@ -35,7 +35,6 @@ EXCLUDE_DIRS = [
"src/leveldb/",
"src/minisketch",
"src/secp256k1/",
"src/univalue/",
"src/crc32c/",
]