lint: format with taplo

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle 2025-03-20 06:48:17 +01:00
parent b848b4b7f9
commit 368baf866c

View file

@ -1,26 +1,26 @@
# lychee --base . './**/*.md' --exclude github\.com --exclude \.onion --exclude itunes\.apple\.com --exclude twitter\.com --exclude-path webpage/node_modules/ --exclude-path webpage/src/*/*/references\.md # lychee --base . './**/*.md' --exclude github\.com --exclude \.onion --exclude itunes\.apple\.com --exclude twitter\.com --exclude-path webpage/node_modules/ --exclude-path webpage/src/*/*/references\.md
exclude = [ exclude = [
'github.com', 'github.com',
'\.onion', '\.onion',
'itunes\.apple\.com', 'itunes\.apple\.com',
'twitter\.com', 'twitter\.com',
'www.paypal.com/cgi-bin/webscr', 'www.paypal.com/cgi-bin/webscr',
'file:\/\/\/', 'file:\/\/\/',
'http:\/\/0\.0\.0\.0', 'http:\/\/0\.0\.0\.0',
] ]
exclude_path = [ exclude_path = [
'webpage/node_modules/', 'webpage/node_modules/',
'webpage/src/faq/references.md', 'webpage/src/faq/references.md',
'webpage/src/ar', 'webpage/src/ar',
'webpage/src/de', 'webpage/src/de',
'webpage/src/es', 'webpage/src/es',
'webpage/src/fa', 'webpage/src/fa',
'webpage/src/fr', 'webpage/src/fr',
'webpage/src/hu', 'webpage/src/hu',
'webpage/src/it', 'webpage/src/it',
'webpage/src/ko', 'webpage/src/ko',
'webpage/src/nl', 'webpage/src/nl',
'webpage/src/pl', 'webpage/src/pl',
'src/libraries', 'src/libraries',
'webpage/src/changelog.md', 'webpage/src/changelog.md',
] ]