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

Extend ns-groups to be used in analyze-call

github.com/clj-kondo/clj-kondo - thiagocarvp opened this issue over 1 year ago
(+ 1 x) => (inc x)

github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year ago
(= true x) => (true? x)

github.com/clj-kondo/clj-kondo - borkdude opened this issue over 1 year 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
Warn about #() and #"" in .edn files, fixes #2058

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
Fix #1196: show conditional branch

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
Support :exclude-pattern in :unused-binding

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
PushbackReader is absent in hooks

github.com/clj-kondo/clj-kondo - piranha opened this issue 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
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
Fix #2024: CLJS allows interop in constructor position

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
aset is called with 4 args but expects 3

github.com/clj-kondo/clj-kondo - archaic opened this issue almost 2 years ago
Upgrade transit

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
Add a lint for discouraged tag literals.

github.com/clj-kondo/clj-kondo - GlassAndOneHalf opened this pull request 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
ast example

github.com/clj-kondo/clj-kondo - borkdude opened this pull request almost 2 years ago
Support for type-checking homogenous maps

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
fix typo: dymamic => dynamic

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
Push to GHCR

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
Linter for vars that differ only by case

github.com/clj-kondo/clj-kondo - emlyn opened this pull request 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
False positive on clojure.core.aget

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
analysis: java-method-definitions support

github.com/clj-kondo/clj-kondo - ericdallo opened this issue almost 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
Incorrect work with function argument constraints

github.com/clj-kondo/clj-kondo - makarichevss 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
Structural analysis for EDN

github.com/clj-kondo/clj-kondo - elken opened this issue about 2 years ago
--dev-build

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
Add `:analysis :all` option

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
Linter hook for `defproject`

github.com/clj-kondo/clj-kondo - sumbach 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
Mark derived var locations as such

github.com/clj-kondo/clj-kondo - lread opened this issue about 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
Lint and warn about wrong tagged literals.

github.com/clj-kondo/clj-kondo - souenzzo 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