1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-07-03 23:30:31 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
a2d02fb915 Fix linter issues and simplify yaml files 2024-10-06 16:45:19 +03:00
b7eb482b87 Add linter 'gofumpt' 2024-10-06 16:11:54 +03:00
ca16e02007 Enable linter 'wsl'
This is a highly controversial linter, but it generally has a positive
effect on code readability.
2024-06-30 22:41:56 +03:00
4544829f9b Configure linter 'goimports' 2024-06-30 22:41:56 +03:00
4ccac3351d Configure linter 'unused'
These settings allow you to find more unused code.
2024-06-30 22:41:44 +03:00
ab5f864a78 Enable linter 'testpackage'
This will avoid testing private functions and methods.
2023-11-14 22:35:32 +03:00
b17c6166dd Enable linter 'testifylint'
This will allow to avoid mistakes.
2023-11-14 22:35:32 +03:00
cfe9add3d7 Add lint to CI
It is necessary to remember not to bring the code to a state complying
with the rules.
2023-07-10 23:10:36 +03:00