Align CI rules with main FreshRSS repository (#243)

* Align CI rules with main FreshRSS repository
Including:
* https://github.com/FreshRSS/FreshRSS/pull/6666
* https://github.com/FreshRSS/FreshRSS/pull/6668

* Sync FreshRSS
This commit is contained in:
Alexandre Alapetite 2024-08-01 20:31:57 +02:00 committed by GitHub
parent 64b5ac4abe
commit f845a6d085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1096 additions and 1309 deletions

View file

@ -6,11 +6,12 @@
"line-length": false,
"no-hard-tabs": false,
"no-inline-html": {
"allowed_elements": ["br", "kbd"]
"allowed_elements": ["br", "img", "kbd"]
},
"no-multiple-blanks": {
"maximum": 2
},
"no-trailing-spaces": true,
"ul-indent": false,
"ul-style": {
"style": "consistent"