syncthing/meta
André Colomb 0b95c5fa76
fix(meta): return read error in forbidden_words_test (#9706)
When reading a file fails, the error is currently swallowed / hidden.
Probably just a typo.
2024-09-18 19:12:24 +02:00
..
copyright_test.go lib: Use counterfeiter to mock interfaces in tests (#7375) 2021-03-03 08:53:50 +01:00
forbidden_words_test.go fix(meta): return read error in forbidden_words_test (#9706) 2024-09-18 19:12:24 +02:00
gofmt_test.go build: Add more GitHub Actions 2023-02-22 10:56:55 +01:00
metalint_test.go all: Unused parameter should be replaced by underscore (#8464) 2022-07-28 17:17:29 +02:00
README.txt meta: Move metadata checks into meta directory, make them tests 2017-07-07 20:43:26 +00:00

The files in this directory contain metadata tests - that is, tests on the
shape and colour of the code in the rest of the repository. This code is not
compiled into the final product.