Don't check vendor files

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-08-01 08:52:53 +02:00
parent 6adf8e0132
commit 9402171e7d
3 changed files with 23 additions and 13 deletions
+10 -1
View File
@@ -15,7 +15,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[scripts/**.js]
[*.js]
indent_style = space
indent_size = 2
@@ -34,3 +34,12 @@ indent_size = 2
[*.md]
indent_style = space
indent_size = 2
# Ignore paths
[**/vendor/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
+3 -2
View File
@@ -6,8 +6,9 @@ The license is available in the 22 official languages of the EU. The English ver
Please see https://joinup.ec.europa.eu/community/eupl/og_page/eupl for official translations of the other languages.
This license applies to the whole project EXCEPT the files located under
- styles/vendor, and
- scripts/vendor
- styles/vendor, and
- scripts/vendor
whose licenses are located therein.
-------------------------------------------------------------
+10 -10
View File
@@ -179,16 +179,16 @@ Full usage available [here](https://discourse.pi-hole.net/t/pi-hole-api/1863). C
```json
{
"domains_being_blocked":243038,
"dns_queries_today":2385,
"ads_blocked_today":414,
"ads_percentage_today":17.35849,
"unique_domains":429,
"queries_forwarded":1537,
"queries_cached":434,
"clients_ever_seen":5,
"unique_clients":5,
"status":"enabled"
"domains_being_blocked":243038,
"dns_queries_today":2385,
"ads_blocked_today":414,
"ads_percentage_today":17.35849,
"unique_domains":429,
"queries_forwarded":1537,
"queries_cached":434,
"clients_ever_seen":5,
"unique_clients":5,
"status":"enabled"
}
```