Skip to content
Snippets Groups Projects
  1. Jan 20, 2025
  2. Mar 07, 2024
  3. Mar 05, 2024
  4. Feb 15, 2024
  5. Feb 13, 2024
  6. Feb 12, 2024
  7. Jan 25, 2024
  8. Nov 29, 2023
  9. May 24, 2023
  10. May 19, 2023
  11. May 16, 2023
  12. May 08, 2023
  13. Mar 24, 2023
  14. Jan 30, 2023
  15. Jan 16, 2023
  16. Nov 28, 2022
  17. Nov 23, 2022
  18. Nov 22, 2022
  19. Oct 19, 2022
  20. Jul 11, 2022
  21. May 11, 2022
    • Jens Drenhaus's avatar
      golangci linter (#60) · b77963b9
      Jens Drenhaus authored
      
      Enable extensive golangci-lint checks
      
      Adds a golangci linter configuration with almost all linters enabled. Some deprecated ones are disabled.
      Further, some linters are not suitable for test files and therefore deactivated in *_test.go files. See `.golangci.yaml` for details. The version of golangci-lint is pinned to 1.45.2.
      
      Changes to the source code are applied to make the linter happy in the first place. Some changes need further refactoring (e.g. error handling) and sometimes linter warning are disabled by 'nolint' comments. Addressing those will be part of further refactoring.
      
      Signed-off-by: default avatarJens Drenhaus <jens.drenhaus@9elements.com>
      Unverified
      b77963b9
  22. Apr 04, 2022
  23. Feb 09, 2022
  24. Jan 26, 2022
  25. Jan 21, 2022
Loading