It's possible to have clj-kondo configuration on classpath of a lib, with that, any user using clj-kondo could benefit of the configuration and just need to add {:config-paths "marick/midje"} to their clj-kondo config file.
More information about this clj-kondo config here
Another lib example which did that here
For this PR, I'm adding support for tabular making clj-kondo understands its table variables, also excluding from the linter the arrow symbols.
It's possible to have clj-kondo configuration on classpath of a lib, with that, any user using clj-kondo could benefit of the configuration and just need to add
{:config-paths "marick/midje"}
to their clj-kondo config file.More information about this clj-kondo config here Another lib example which did that here
For this PR, I'm adding support for
tabular
making clj-kondo understands its table variables, also excluding from the linter the arrow symbols.