forked from clj-kondo/clj-kondo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lint bb.edn and deps.edn :paths for data type (clj-kondo#1358)
* Lint bb.edn and deps.edn :paths for data type We recognize that deps.edn and bb.edn differ slightly in what elem types they support for :paths. - deps.edn - strings or keywords - bb.edn - strings onlys When reporting on data type errors, I've favoured generic English words over specific class names. For example instead of: Expected vector, found: clojure.lang.PersistentHashMap We report: Expected vector, found: map Closes clj-kondo#1353 * Respond to reviewer feedback on clj-kondo#1353 Switch from condp to case.
- Loading branch information
Showing
4 changed files
with
109 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters