mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-20 21:29:51 +02:00
FEAT: ignore extensions for checks, linting, prettier (#1617)
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
*.yml
|
*.yml
|
||||||
|
|
||||||
|
**/lnbits/extensions/*
|
||||||
|
|
||||||
**/lnbits/static/vendor
|
**/lnbits/static/vendor
|
||||||
**/lnbits/static/bundle.*
|
**/lnbits/static/bundle.*
|
||||||
**/lnbits/static/css/*
|
**/lnbits/static/css/*
|
||||||
|
@@ -131,6 +131,7 @@ enable = [
|
|||||||
|
|
||||||
[tool.pylint.MASTER]
|
[tool.pylint.MASTER]
|
||||||
ignore-paths = [
|
ignore-paths = [
|
||||||
|
"^lnbits/extensions/.*$",
|
||||||
"^lnbits/wallets/lnd_grpc_files/.*$",
|
"^lnbits/wallets/lnd_grpc_files/.*$",
|
||||||
]
|
]
|
||||||
fail-under = 10.0
|
fail-under = 10.0
|
||||||
|
Reference in New Issue
Block a user