Set up basic CI
Some checks are pending
continuous-integration/drone/push Build is pending
continuous-integration/drone/pr Build is pending

This commit is contained in:
Rafael Epplée 2025-04-21 12:49:50 +02:00
parent 86437cbb9d
commit 509e86b758
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
8 changed files with 120 additions and 9 deletions

13
.sobelow-conf Normal file
View file

@ -0,0 +1,13 @@
[
verbose: false,
private: false,
skip: false,
router: nil,
exit: false,
format: "txt",
out: nil,
threshold: :low,
ignore: ["Config.CSP"],
ignore_files: [],
version: false,
]