gitea-sonarqube-bot/.gitignore
justusbunsi dc3969cd05
Improve configuration file flexibility
Instead of re-inventing the wheel regarding configuration location
handling and validation, this introduces a new command flag `--config`
allowing for full flexibility of configuration filename and location.
This flag can also be defined via environment variable which allows
an easy way of starting the bot from command line, inside a Docker
container or using the Helm Chart.

It makes the custom environment lookup unnecessary and reduces some
complexity during startup and for writing tests.

Resolves: #10

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
2022-05-22 14:03:23 +02:00

15 lines
173 B
Plaintext

/.git/
/.idea/
/.vscode/
/.scannerwork/
/config/
/vendor/
/node_modules/
/helm-releases/
/gitea-sonarqube-bot*
/coverage.html
/*.log
/cover.out
/cover.html
/test-report.out