Align CI rules with main FreshRSS repository

Including:
* https://github.com/FreshRSS/FreshRSS/pull/6666
* https://github.com/FreshRSS/FreshRSS/pull/6668
This commit is contained in:
Alexandre Alapetite 2024-07-30 22:11:02 +02:00
parent 64b5ac4abe
commit 6fb99ec831
No known key found for this signature in database
GPG key ID: A24378C38E812B23
8 changed files with 1094 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"