Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 10, 2022
  2. May 04, 2022
  3. May 03, 2022
  4. May 02, 2022
    • Braden Shepherdson's avatar
      One Clojure lint to rule them all (#22213) · 390d10e5
      Braden Shepherdson authored
      Background:
      
      We had two lint configs: lint-config.edn which was enfored by Github Actions, and
      .clj-kondo/config.edn, the default location used by editors.
      
      
      Problem:
      
      Patchy enforcement of the (larger) config in .clj-kondo/config.edn since not
      everyone uses an editor.
      
      Some new lint, like canonical namespace aliases (#21738, #19930) is not enforced
      automatically and has begun to bit-rot.
      
      Solution:
      
      Combine both configs, fix any outstanding lint, and update our tooling to use
      the unified config.
      
      Caveats:
      
      Anyone who has their local editor configured to use lint-config.edn will have
      their linting broken by this change.
      Unverified
      390d10e5
  5. Apr 27, 2022
  6. Apr 26, 2022
  7. Apr 25, 2022
  8. Apr 22, 2022
  9. Apr 21, 2022
  10. Apr 19, 2022
  11. Apr 14, 2022
  12. Apr 12, 2022
  13. Apr 09, 2022
  14. Apr 08, 2022
  15. Apr 07, 2022
  16. Apr 06, 2022
  17. Apr 05, 2022
  18. Apr 04, 2022
  19. Apr 02, 2022
  20. Apr 01, 2022
  21. Mar 31, 2022
  22. Mar 30, 2022
Loading