docker-mailserver/test
Brennan Kinney ad8b618b46
fix: Ensure files are committed with `eol=lf` via `.gitattributes` (#3527)
* chore: Use `.yml` extension

Both of these files support the `.yml` extension. Normalize on that.

* fix: Add `.gitattributes` to ensure `LF` line-endings are committed

Avoids accidentally committing files with `CRLF` when they're created on Windows. Or worse, if some editors don't detect `LF` and would introduce mixed line-endings with `CRLF`.

Shouldn't be a problem in practice as we already have a linting check to catch this via CI during PRs. This file is complimentary, in that it should automate that concern away.
2023-09-09 09:35:57 +12:00
..
bats@e8c840b58f update BATS & helper + minor updates to BATS variables (#2988) 2023-01-09 08:54:04 +01:00
config tests: Revise LDAP config + setup (#3514) 2023-08-29 23:52:06 +12:00
helper Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
linting fix: Ensure files are committed with `eol=lf` via `.gitattributes` (#3527) 2023-09-09 09:35:57 +12:00
test-files Rspamd: adjust learning of ham (#3334) 2023-05-13 13:59:16 +02:00
test_helper Change 'until' style (#3366) 2023-05-26 07:42:03 +02:00
tests chore: LDAP config improvements (#3522) 2023-09-02 22:07:02 +12:00