Open vedang opened 1 year ago
clj-kondo does not understand that := is special in rcf/tests. This commit adds a clj-kondo.exports folder as explained in their documentation. Users can use this to import the config in their projects and remove the warning.
clj-kondo
:=
rcf/tests
clj-kondo.exports
References:
:config-in-call
:unused-value
Slack discussion
clj-kondo
does not understand that:=
is special inrcf/tests
. This commit adds aclj-kondo.exports
folder as explained in their documentation. Users can use this to import the config in their projects and remove the warning.References:
:config-in-call
option: https://github.com/clj-kondo/clj-kondo/blob/74be7d29696c08e188d10c64b045403b21302a0b/doc/config.md#config-in-call:unused-value
warning that we see: https://github.com/clj-kondo/clj-kondo/blob/74be7d29696c08e188d10c64b045403b21302a0b/doc/linters.md#unused-value