mirror of
https://github.com/Radarr/Radarr
synced 2026-01-23 07:54:53 +01:00
chore: update GitHub Actions and consolidate .editorconfig rules (#85)
Co-authored-by: admin <admin@ardentleatherworks.com>
This commit is contained in:
parent
a73b82d40c
commit
b6b1df9dfe
2 changed files with 3 additions and 10 deletions
|
|
@ -272,15 +272,8 @@ dotnet_diagnostic.SYSLIB0006.severity = none
|
|||
# S5145: Log injection - SanitizeForLog() is used but not recognized by analyzer
|
||||
dotnet_diagnostic.S5145.severity = none
|
||||
|
||||
[*.{js,html,hbs,less,css,ts,tsx}]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# They have troubles with TABS. Use 2 spaces
|
||||
[{package.json,.travis.yml}]
|
||||
# Web files and config files - 2 space indentation
|
||||
[*.{js,html,hbs,less,css,ts,tsx,json,yml,yaml}]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
|
|
|||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue