Dernière fournée de corrections Sonar

Mise en place de MegaLinter ; web-lint pour la partie code quality sur la CI, Trivy pour la partie CVE
This commit is contained in:
2026-07-07 00:11:52 +02:00
parent 587e0fe097
commit 9f0359d8c0
210 changed files with 5345 additions and 2291 deletions

View File

@@ -64,6 +64,15 @@
"buildTarget": "web:build",
"proxyConfig": "proxy.conf.json"
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
@@ -93,5 +102,10 @@
"@schematics/angular:resolver": {
"typeSeparator": "."
}
},
"cli": {
"schematicCollections": [
"angular-eslint"
]
}
}