mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-19 17:24:59 +00:00
Fix cleanup sonarqube findings (#2106)
* fix: update dockerignore and gitignore to exclude sonarqube work dir Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com> * fix: remove useless equality check Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com> * fix: use sonarqube Dockerfile recommendations Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com> --------- Signed-off-by: Chris Jowett <421501+cryptk@users.noreply.github.com>
This commit is contained in:
parent
8e36fe9b6f
commit
3411e072ca
4 changed files with 31 additions and 26 deletions
|
@ -5,4 +5,7 @@ models
|
|||
examples/chatbot-ui/models
|
||||
examples/rwkv/models
|
||||
examples/**/models
|
||||
Dockerfile*
|
||||
Dockerfile*
|
||||
|
||||
# SonarQube
|
||||
.scannerwork
|
Loading…
Add table
Add a link
Reference in a new issue