Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
clj-kondo
Development of clj-kondo: a linter for Clojure that sparks joy.
Collective -
Host: opensource -
https://opencollective.com/clj-kondo
- Code: https://github.com/borkdude/clj-kondo
analyse: symbols in `:or` mapping of map destructuring forms
github.com/clj-kondo/clj-kondo - DeLaGuardo opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - DeLaGuardo opened this issue over 1 year ago
Extend ns-groups to be used in analyze-call
github.com/clj-kondo/clj-kondo - thiagocarvp opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - thiagocarvp opened this issue over 1 year ago
False positive when using `:sha` instead of `:git/sha` in combination with git url
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
`:defined-by` in analysis output uses `:lint-as` rather than symbol itself
github.com/clj-kondo/clj-kondo - SevereOverfl0w opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - SevereOverfl0w opened this issue almost 2 years ago
Suggest (or x y) instead of (if x x y)
github.com/clj-kondo/clj-kondo - pmonks opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - pmonks opened this issue almost 2 years ago
Warn about #() and #"" in .edn files, fixes #2058
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Analyze and lint clara-rules defrule and defquery macros
github.com/clj-kondo/clj-kondo - k13gomez opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - k13gomez opened this pull request almost 2 years ago
Add support to lint clara-rules defrule and defquery macros
github.com/clj-kondo/clj-kondo - k13gomez opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - k13gomez opened this issue almost 2 years ago
Warn about #() and #"" not being valid in (bb.)edn files
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
Fix #2056: validate collection nodes when constructing + debug
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Validate nodes when constructing/printing/using them
github.com/clj-kondo/clj-kondo - p-himik opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - p-himik opened this issue almost 2 years ago
Seeing :namespace-name-mismatch in shadow-cljs project after upgrade
github.com/clj-kondo/clj-kondo - chr15m opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - chr15m opened this issue almost 2 years ago
Feature request: :exclude-patterns could be available for every linter accepting :exclude
github.com/clj-kondo/clj-kondo - genmeblog opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - genmeblog opened this issue almost 2 years ago
analysis: parse java files via javaparser to produce java-member-definitions
github.com/clj-kondo/clj-kondo - ericdallo opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - ericdallo opened this pull request almost 2 years ago
Fix #2051: consider `:unresolved-namespace :exclude` as already required
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Feature: Ability to treat a namespace as already required
github.com/clj-kondo/clj-kondo - rschmukler opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - rschmukler opened this issue almost 2 years ago
Fix #1196: show conditional branch
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Splicing reader conditional breaks map literals
github.com/clj-kondo/clj-kondo - NoahTheDuke opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - NoahTheDuke opened this issue almost 2 years ago
Handle maps with odd pairs for `schema.core/defn`
github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 2 years ago
Fix #2046: clj-kondo stuck in loop with multiple :or in destructuring
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
clj-kondo stuck in loop with multiple :or in destructuring
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
Support :exclude-pattern in :unused-binding
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Fix #2043: support ignore annotation on private calls
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Support ignore annotations on :private-call linter
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
PushbackReader is absent in hooks
github.com/clj-kondo/clj-kondo - piranha opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - piranha opened this issue almost 2 years ago
Fix #2039: :analysis :symbols + :aliased-namespace-symbol linter gives false positive in quoted symbol
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Reader literals in ns :require are ignored
github.com/clj-kondo/clj-kondo - colliderwriter opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - colliderwriter opened this issue almost 2 years ago
:analysis :symbols + :aliased-namespace-symbol linter gives false positive in quoted symbol
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
README: Add shadow-cljs to build-tool specific list
github.com/clj-kondo/clj-kondo - hoclun-rigsep opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - hoclun-rigsep opened this pull request almost 2 years ago
Fix #2024: CLJS allows interop in constructor position
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
False positive `:def-fn` on `def` + `reify`
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
aset is called with 4 args but expects 3
github.com/clj-kondo/clj-kondo - archaic opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - archaic opened this issue almost 2 years ago
Fix #1647: suppport :exclude-patterns in :unresolved-symbol linter
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Upgrade transit
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Add :gen support on clojure.spec.alpha/keys
github.com/clj-kondo/clj-kondo - acamargo opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - acamargo opened this pull request almost 2 years ago
Add a lint for discouraged tag literals.
github.com/clj-kondo/clj-kondo - GlassAndOneHalf opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - GlassAndOneHalf opened this pull request almost 2 years ago
Add the ability to warn against usage of certain tagged literals
github.com/clj-kondo/clj-kondo - GlassAndOneHalf opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - GlassAndOneHalf opened this issue almost 2 years ago
analysis: missing java-class-usage element when expr ends with slash
github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 2 years ago
Update linters.md: `:redundant-call` is `:off` by default
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
Fix #2026: string coercion + false positive too many args to def
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
False `Too many arguments to def` errors with `:macroexpand` hooks
github.com/clj-kondo/clj-kondo - camsaul opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - camsaul opened this issue almost 2 years ago
Support namespace groups in unresolved-namespace linter
github.com/clj-kondo/clj-kondo - Juholei opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - Juholei opened this issue almost 2 years ago
Interop in CLJS constructor position is throwing a "unresolved symbol" error
github.com/clj-kondo/clj-kondo - teawaterwire opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - teawaterwire opened this issue almost 2 years ago
cljdoc: review/update presented API and articles
github.com/clj-kondo/clj-kondo - lread opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - lread opened this pull request almost 2 years ago
chore: review cljdoc presentation of clj-kondo
github.com/clj-kondo/clj-kondo - lread opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - lread opened this issue almost 2 years ago
Ignore function re-definition in comment for arg count lint
github.com/clj-kondo/clj-kondo - Akeboshiwind opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - Akeboshiwind opened this issue almost 2 years ago
Support for type-checking homogenous maps
github.com/clj-kondo/clj-kondo - ikitommi opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - ikitommi opened this issue almost 2 years ago
Fix GitHub Issue/PR links in CHANGELOG.md
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
fix typo: dymamic => dynamic
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
Update linters.md: `:namespace-name-mismatch` is `:error` by default
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
Update linters.md: `:dynamic-var-not-earmuffed` is `:off` by default
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this pull request almost 2 years ago
Fix #2010: Make disabling linting in macro calls easier
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Syntax linting of import causes NullPointerException
github.com/clj-kondo/clj-kondo - zoren opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - zoren opened this issue almost 2 years ago
Push to GHCR
github.com/clj-kondo/clj-kondo - lispyclouds opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - lispyclouds opened this pull request almost 2 years ago
push images to GHCR
github.com/clj-kondo/clj-kondo - lispyclouds opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - lispyclouds opened this issue almost 2 years ago
Make disabling linting in macro calls "easier" at the cost of false negatives
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
Linter for vars that differ only by case
github.com/clj-kondo/clj-kondo - emlyn opened this pull request almost 2 years ago
github.com/clj-kondo/clj-kondo - emlyn opened this pull request almost 2 years ago
Using reader tag in :macroexpansion hook results in unresolved read-string symbol in CLJS
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue almost 2 years ago
Linter for vars that differ only in case
github.com/clj-kondo/clj-kondo - emlyn opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - emlyn opened this issue almost 2 years ago
False positive - :misplaced-docstring in clojure.test/deftest
github.com/clj-kondo/clj-kondo - NoahTheDuke opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - NoahTheDuke opened this issue almost 2 years ago
False positive on clojure.core.aget
github.com/clj-kondo/clj-kondo - FredrikMeyer opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - FredrikMeyer opened this issue almost 2 years ago
Specify minimum clj-kondo version in config.edn
github.com/clj-kondo/clj-kondo - ingesolvoll opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - ingesolvoll opened this issue almost 2 years ago
Format string arity linter broken with escaped quotes
github.com/clj-kondo/clj-kondo - bshepherdson opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - bshepherdson opened this issue almost 2 years ago
analysis: java-method-definitions support
github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 2 years ago
github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 2 years ago
Report type errors for function whose return type does not match its Malli schema return type
github.com/clj-kondo/clj-kondo - zakkor opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - zakkor opened this issue about 2 years ago
Cache does not seem to update correctly if we rename `.clj` files to `.cljc`
github.com/clj-kondo/clj-kondo - andrestylianos opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - andrestylianos opened this issue about 2 years ago
Warn when `core.match` pattern interprets class name as wildcard
github.com/clj-kondo/clj-kondo - colin-p-hill opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - colin-p-hill opened this issue about 2 years ago
Parse error when last form is `#_:clj-kondo/ignore`
github.com/clj-kondo/clj-kondo - colin-p-hill opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - colin-p-hill opened this issue about 2 years ago
Option for `:missing-docstring` to ignore vars marked for exclusion from docs
github.com/clj-kondo/clj-kondo - colin-p-hill opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - colin-p-hill opened this issue about 2 years ago
Incorrect work with function argument constraints
github.com/clj-kondo/clj-kondo - makarichevss opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - makarichevss opened this issue about 2 years ago
Add check in deps.edn: exclusions should be vector (or list) of symbols
github.com/clj-kondo/clj-kondo - ont-app opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - ont-app opened this issue about 2 years ago
Feature request: Config for expression
github.com/clj-kondo/clj-kondo - serioga opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - serioga opened this issue about 2 years ago
Structural analysis for EDN
github.com/clj-kondo/clj-kondo - elken opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - elken opened this issue about 2 years ago
Check defn names for simple symbol without dots
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 2 years ago
Encourage idiomatic closure definition
github.com/clj-kondo/clj-kondo - andreyorst opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - andreyorst opened this issue about 2 years ago
`:keyword-binding` complains about namespaced keywords
github.com/clj-kondo/clj-kondo - vemv opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - vemv opened this issue about 2 years ago
String cannot be called as a function: false negative
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 2 years ago
Improve format warning when 0-based index is used instead of 1-based index
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 2 years ago
Add `:analysis :all` option
github.com/clj-kondo/clj-kondo - sheluchin opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - sheluchin opened this issue about 2 years ago
The rules need better reference
github.com/clj-kondo/clj-kondo - kasajian opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - kasajian opened this issue about 2 years ago
defstruct creates an unnecessary "Unresolved Symbol"
github.com/clj-kondo/clj-kondo - kasajian opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - kasajian opened this issue about 2 years ago
Linter hook for `defproject`
github.com/clj-kondo/clj-kondo - sumbach opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this issue about 2 years ago
Built in support for clojure.test.check.clojure-test/defspec
github.com/clj-kondo/clj-kondo - skylize opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - skylize opened this issue about 2 years ago
Report redundant-do in more locations
github.com/clj-kondo/clj-kondo - mainej opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - mainej opened this issue about 2 years ago
Support potemkin's import-fn like import-vars is
github.com/clj-kondo/clj-kondo - justone opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - justone opened this issue about 2 years ago
Mark derived var locations as such
github.com/clj-kondo/clj-kondo - lread opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - lread opened this issue about 2 years ago
Provide a linter for warning against the use of single-item sequences in destructuring
github.com/clj-kondo/clj-kondo - esuomi opened this issue about 2 years ago
github.com/clj-kondo/clj-kondo - esuomi opened this issue about 2 years ago
New opt-in linter for 0 or 1 newlines at the end of all files
github.com/clj-kondo/clj-kondo - dchelimsky opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - dchelimsky opened this issue over 2 years ago
Add linter to warn about potentially misleading function used as the reducing function in a call to transduce
github.com/clj-kondo/clj-kondo - imrekoszo opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - imrekoszo opened this issue over 2 years ago
:scope-end-row is missing on defmethod fn args
github.com/clj-kondo/clj-kondo - blueskyonmars opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - blueskyonmars opened this issue over 2 years ago
Lint and warn about wrong tagged literals.
github.com/clj-kondo/clj-kondo - souenzzo opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - souenzzo opened this issue over 2 years ago
Add a linter to warn when a namespace requires itself
github.com/clj-kondo/clj-kondo - camsaul opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - camsaul opened this issue over 2 years ago
Support ignoring unresolved symbols inside of unresolved symbols
github.com/clj-kondo/clj-kondo - camsaul opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - camsaul opened this issue over 2 years ago
add support for `gen-interface`
github.com/clj-kondo/clj-kondo - sumbach opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this issue over 2 years ago
add "redundant do" -check for `(finally ,,,)`
github.com/clj-kondo/clj-kondo - sumbach opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this issue over 2 years ago
add "redundant do" -check for `(catch ,,,)`
github.com/clj-kondo/clj-kondo - sumbach opened this issue over 2 years ago
github.com/clj-kondo/clj-kondo - sumbach opened this issue over 2 years ago