Merge branch 'inactive-test' into 'develop'

Do not allow committing tests with a .ex extension

See merge request pleroma/pleroma!4211
This commit is contained in:
feld 2024-08-08 06:27:14 +00:00
commit 540e62c5fc
3 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -63,3 +63,6 @@ pleroma.iml
archive-*
.gitlab-ci-local
# Test files should be named *.exs
test/pleroma/**/*.ex

View file