mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 23:53:11 +00:00
16 lines
557 B
Plaintext
16 lines
557 B
Plaintext
[
|
|
verbose: false,
|
|
private: true,
|
|
skip: true,
|
|
router: "lib/block_scout_web/router.ex",
|
|
exit: "low",
|
|
format: "compact",
|
|
ignore: ["Config.Headers", "Config.CSWH", "XSS.SendResp", "XSS.Raw"],
|
|
ignore_files: [
|
|
"apps/block_scout_web/lib/block_scout_web/routers/smart_contracts_api_v2_router.ex",
|
|
"apps/block_scout_web/lib/block_scout_web/routers/tokens_api_v2_router.ex",
|
|
"apps/block_scout_web/lib/block_scout_web/routers/utils_api_v2_router.ex",
|
|
"apps/block_scout_web/lib/block_scout_web/routers/address_badges_v2_router.ex"
|
|
]
|
|
]
|