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
Fix #2256: enable assert in hooks
github.com/clj-kondo/clj-kondo - borkdude opened this pull request 12 months ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request 12 months ago
Fix #2254: lint files in absence of config dir
github.com/clj-kondo/clj-kondo - borkdude opened this pull request 12 months ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request 12 months ago
False positive from not-a-function when using reader to read a record
github.com/clj-kondo/clj-kondo - lassemaatta opened this issue 12 months ago
github.com/clj-kondo/clj-kondo - lassemaatta opened this issue 12 months ago
Support clojure-lsp/unused-public-var for custom macros
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue almost 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue almost 1 year ago
Improved var-usages analysis for multimethods
github.com/clj-kondo/clj-kondo - beoliver opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - beoliver opened this issue about 1 year ago
Support a gitlab CI friendly output natively
github.com/clj-kondo/clj-kondo - toniz4 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - toniz4 opened this issue about 1 year ago
Fix #2260: calling static field as function should warn
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
clojure.core/subs positions
github.com/clj-kondo/clj-kondo - eval opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - eval opened this issue about 1 year ago
(Class/field) should warn
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
Static usage of ns-unmap not recognized
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
Fix #2246: preserve metadata on symbol when going through :macroexpand hook
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
ignore hint doesn't work on invalid symbol
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
:exclude-files isn't honored when linting via stdin (editor mode)
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
clj-kondo no longer lints directories if there isn't already a .clj-kondo directory
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
Add `datomic-type-extensions.api/q` to datalog syntax checking
github.com/clj-kondo/clj-kondo - magnars opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - magnars opened this pull request about 1 year ago
Metadata configuration sometimes fails to apply on the first Kondo run
github.com/clj-kondo/clj-kondo - gravieure opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - gravieure opened this issue about 1 year ago
`:unused-value` can't be disabled with `:config-in-call`
github.com/clj-kondo/clj-kondo - rynkowsg opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - rynkowsg opened this issue about 1 year ago
Add ASDF installation notes
github.com/clj-kondo/clj-kondo - rynkowsg opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - rynkowsg opened this pull request about 1 year ago
Trigger :type-mismatch when accessing members of nil
github.com/clj-kondo/clj-kondo - knubie opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - knubie opened this issue about 1 year ago
add datalevin.core/q to datalog syntax checking
github.com/clj-kondo/clj-kondo - andersmurphy opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - andersmurphy opened this pull request about 1 year ago
#1917: detect string being called as function
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
False positive: unused import when using macroexpand
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
Remove scratch.clj from the jar file
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
Add invalid-fn-name linter
github.com/clj-kondo/clj-kondo - tomdl89 opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - tomdl89 opened this pull request about 1 year ago
Lint invalid fn name
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
Fix #2223: do not refer deftype-created class as var
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
Fix #2232: bump analysis for clojure 1.12 (partitionv, etc)
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
clj-kondo fails to report unresolved var name referenced inside the hook
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
Fix version reference
github.com/clj-kondo/clj-kondo - mrkam2 opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this pull request about 1 year ago
Request: support the concept of "closedness" for Maps
github.com/clj-kondo/clj-kondo - fosskers opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - fosskers opened this issue about 1 year ago
:line-length warnings can't be :clj-kondo/ignore-ed
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
cljs.test: warn about more than one async block per test
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue about 1 year ago
Support `:discouraged-instance-method` linter for Java interop
github.com/clj-kondo/clj-kondo - tatut opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - tatut opened this issue about 1 year ago
Fix typos in linters.md
github.com/clj-kondo/clj-kondo - mrkam2 opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this pull request about 1 year ago
partitionv, partitionv-all and splitv-at not recognized for Clojure 1.12 code
github.com/clj-kondo/clj-kondo - genmeblog opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - genmeblog opened this issue about 1 year ago
Support ClojureDart `catch dynamic`
github.com/clj-kondo/clj-kondo - daveliepmann opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - daveliepmann opened this issue about 1 year ago
Support ClojureDart `catch` arity with stacktrace
github.com/clj-kondo/clj-kondo - daveliepmann opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - daveliepmann opened this issue about 1 year ago
Support chained Dart method/prop calls
github.com/clj-kondo/clj-kondo - valerauko opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - valerauko opened this issue about 1 year ago
Support :flds bindings
github.com/clj-kondo/clj-kondo - valerauko opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - valerauko opened this issue about 1 year ago
Support Dart named parameters
github.com/clj-kondo/clj-kondo - valerauko opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - valerauko opened this issue about 1 year ago
False positive for private call when using macroexpand hook
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
False positive Unused import of a record class when namespace require uses ':refer :all`
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
Fix #2215: passthrough hook should not affect linting
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request about 1 year ago
run! doesn't work in a docker image
github.com/clj-kondo/clj-kondo - dpom opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - dpom opened this issue about 1 year ago
Extend :discouraged-var to allow specifying arities
github.com/clj-kondo/clj-kondo - imrekoszo opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - imrekoszo opened this issue about 1 year ago
Running clj-kondo with `--parallel` option sometimes fails with "Clj-kondo cache is locked by other thread or process"
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mrkam2 opened this issue about 1 year ago
Hide "Unresolved symbol" for ClojureDart vars which are defined elsewhere
github.com/clj-kondo/clj-kondo - daveliepmann opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - daveliepmann opened this issue about 1 year ago
unused namespace warning for aliased namespaced keywords only used in one lang in cljc
github.com/clj-kondo/clj-kondo - yenda opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - yenda opened this issue about 1 year ago
`:redundant-let` linter not working inside `deftest` when it has a custom hook
github.com/clj-kondo/clj-kondo - camsaul opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - camsaul opened this issue about 1 year ago
Handling bindings that aren't qualified via ns form
github.com/clj-kondo/clj-kondo - mode89 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - mode89 opened this issue about 1 year ago
1990 minimum clj kondo version
github.com/clj-kondo/clj-kondo - snasphysicist opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - snasphysicist opened this pull request about 1 year ago
Linter for redundant nesting
github.com/clj-kondo/clj-kondo - tomdl89 opened this issue about 1 year ago
github.com/clj-kondo/clj-kondo - tomdl89 opened this issue about 1 year ago
Add invalid-fn-name linter
github.com/clj-kondo/clj-kondo - tomdl89 opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - tomdl89 opened this pull request about 1 year ago
Implemented no underscore linter - #1753
github.com/clj-kondo/clj-kondo - cosineblast opened this pull request about 1 year ago
github.com/clj-kondo/clj-kondo - cosineblast opened this pull request about 1 year ago
Fix #2207: condition-always-true linter
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Proposal: `:function-as-condition` linter
github.com/clj-kondo/clj-kondo - socksy opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - socksy opened this issue over 1 year ago
Docs: Remove "LSP server" option from IntelliJ IDEA since it no longer works
github.com/clj-kondo/clj-kondo - Biserkov opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - Biserkov opened this pull request over 1 year ago
Fixes NPE when importing string
github.com/clj-kondo/clj-kondo - cosineblast opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - cosineblast opened this pull request over 1 year ago
Update ci-integration.md
github.com/clj-kondo/clj-kondo - bahulneel opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - bahulneel opened this pull request over 1 year ago
Fix #2200: include optional `:callstack` in analysis
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
New linter `:equals-false`
github.com/clj-kondo/clj-kondo - svdo opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - svdo opened this pull request over 1 year ago
Fix #2199: add :syntax check for var names starting or ending with dot
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Expose callstack in analysis (as optional data)
github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
Report vars starting and/or ending with a dot
github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
Fix #2190: false positive with :unused-alias and namespaced map
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2186: Improve warning with --copy-configs without config-dir
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2181: Namespace local config does not silence :missing-else-branch
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Uniform aliasing linter
github.com/clj-kondo/clj-kondo - acamargo opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - acamargo opened this pull request over 1 year ago
Add end-row and end-col template variables
github.com/clj-kondo/clj-kondo - joshgelbard opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - joshgelbard opened this pull request over 1 year ago
Support end-row and end-col in :pattern output format
github.com/clj-kondo/clj-kondo - joshgelbard opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - joshgelbard opened this issue over 1 year ago
Fix #2183: respect :level in :discouraged-var config
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Incorrect unused-alias warning for namespaced maps
github.com/clj-kondo/clj-kondo - fancygits opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - fancygits opened this issue over 1 year ago
High memory usage while analyzing the classpath
github.com/clj-kondo/clj-kondo - vemv opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - vemv opened this issue over 1 year ago
Fix #2187: Make string non nilable for parse-uuid
github.com/clj-kondo/clj-kondo - dbunin opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - dbunin opened this pull request over 1 year ago
Print a warning when clj-kondo is asked to copy configs inside a project with no .clj-kondo dir
github.com/clj-kondo/clj-kondo - lilactown opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - lilactown opened this issue over 1 year ago
Add missing documentation for :single-logical-operand linter
github.com/clj-kondo/clj-kondo - wtfleming opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - wtfleming opened this pull request over 1 year ago
Add missing documentation for :single-logical-operand linter
github.com/clj-kondo/clj-kondo - wtfleming opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - wtfleming opened this issue over 1 year ago
level is not respected with discouraged-var config
github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
Fix #1804: new linter :self-requiring-namespace
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Namespace local configuration does not silence :missing-else-branch
github.com/clj-kondo/clj-kondo - khardenstine opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - khardenstine opened this issue over 1 year ago
Fix #2179: consider alias-as-object usage in CLJS for :unused-alias
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
`:unused-alias` false positive for CLJS string import style
github.com/clj-kondo/clj-kondo - skynet-gh opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - skynet-gh opened this issue over 1 year ago
Fix #1332: :unused-alias linter
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2148: warn on configuration error in `:unused-refeferred-var`
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2134: don't warn on usage of private var in `data_readers.clj(c)`
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2154: :exclude option for :deprecated-namespace option
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2164: deftest inside let triggers :unused-value
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2172: detect invalid amount of args and invalid argument type for throw
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
Fix #2170: :keyword-binding linter should ignore auto-resolved keywords
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
github.com/clj-kondo/clj-kondo - borkdude opened this pull request over 1 year ago
`:keyword-binding` complains about auto-resolved keywords
github.com/clj-kondo/clj-kondo - vemv opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - vemv opened this issue over 1 year ago
`:discouraged-var`: deem clojure.core as equivalent to cljs.core?
github.com/clj-kondo/clj-kondo - vemv opened this issue over 1 year ago
github.com/clj-kondo/clj-kondo - vemv opened this issue over 1 year ago