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

v2019.10.04-alpha

github.com/clj-kondo/clj-kondo - 626ecf3a44da10e45c7569ff8198330219a960fd authored over 5 years ago
[#500] fix cljc parsing for reader tags that are not conditionals

github.com/clj-kondo/clj-kondo - 89abdb1b80e9b1def538a5119fe31ff2bf209451 authored over 5 years ago
[#472] fix position of unused private var

github.com/clj-kondo/clj-kondo - 1ddd71a0043a667bf37b01124aa24d5d74e56d23 authored over 5 years ago
[#497] fix ns syntax failure

github.com/clj-kondo/clj-kondo - c0b7ded4b1237411eafe9ff2a5a47f96a186f6fe authored over 5 years ago
Unused private var config doc.

github.com/clj-kondo/clj-kondo - 51c4ec064d279b58caf0fa0b2f42a355e005be35 authored over 5 years ago
[#472] warn about unused private var

github.com/clj-kondo/clj-kondo - 2c64fb4e9434c69e6af41e304028b1bbf013c79e authored over 5 years ago
Types for arithmetic operations (#495)

(and some others)

github.com/clj-kondo/clj-kondo - 683b3b505c179046ca784ad297d6bc565afcc355 authored over 5 years ago
More types for clojure.core (#488)

* add clojure.core specs

- add a bunch of specs for simple functions
- add comments for all ...

github.com/clj-kondo/clj-kondo - c2f4507c3d8027258fdd736f98203959c1779940 authored over 5 years ago
update intellij integration instructions (#493)

1. show console should be on 'never', otherwise the terminal pops up after every file change.
2...

github.com/clj-kondo/clj-kondo - ad63ad7a4c1475df2ed160570e507bee4be04953 authored over 5 years ago
[#492] support schema.core/fn

github.com/clj-kondo/clj-kondo - abefb1f8363f7294cf51600df50caa17d99784ed authored over 5 years ago
Remove `:s` keyword that got in by mistake (#491)

github.com/clj-kondo/clj-kondo - 2e05d505d3457ed898f69b894bb02779df2d4e4f authored over 5 years ago
[#489] sequential is a coll

github.com/clj-kondo/clj-kondo - e0f499ca39cc0941d8f016bd75edb29a7608949c authored over 5 years ago
Change `:unresolved-symbol` `:level` on default config to `:warning` (#487)

github.com/clj-kondo/clj-kondo - 803876c6f62ae381205d76d3e67386f26f7a57f9 authored over 5 years ago
Move type tests to separate file (#485)

github.com/clj-kondo/clj-kondo - 7fa12a0de70f3c91dee65856e37ce325f07673d6 authored over 5 years ago
[#482] Better parsing for ##NaN, ##Inf, and ##-Inf

This also fixes type warnings for (inc ##NaN).

github.com/clj-kondo/clj-kondo - c61372047f7cc6794c4e01405f1c63975dcaf545 authored over 5 years ago
[#478] rename spelling of var-args to varargs

github.com/clj-kondo/clj-kondo - 665f9a7173fbae317b70175642d7f261f07b89f1 authored over 5 years ago
[#479] fix: associative is not recognized as an ifn

github.com/clj-kondo/clj-kondo - c456b9f9198f1563675bf34f2c778ae33ed01625 authored over 5 years ago
[#476] fix for analysis export when CLJS has string require

github.com/clj-kondo/clj-kondo - 3ff8f50c8c108a5c8d56d52174e7253d55c27aff authored over 5 years ago
[#473] fix false positives in core.rrb-vector

github.com/clj-kondo/clj-kondo - d0442595a606bc74b540e19d47c0d64ff02ceb32 authored over 5 years ago
Fix partition signature when 4 parameters provided (#469)

github.com/clj-kondo/clj-kondo - 92eb18cddf9f871c306c331dc741669f219806e5 authored over 5 years ago
Add alias / :as to analysis data (#467)

github.com/clj-kondo/clj-kondo - 485fe8fa66df477a6962b661ae3089ac6397766e authored over 5 years ago
v2019.09.22-alpha

github.com/clj-kondo/clj-kondo - c439a890247f32b2f13d89a3ce42925a6a9309af authored over 5 years ago
undocument namespaces

github.com/clj-kondo/clj-kondo - f62d41251c2da2658d42237367bf5249bf3d3d74 authored over 5 years ago
[#445] add specs

github.com/clj-kondo/clj-kondo - d3582bdc60f6181123e704f769e0fbec24c73f1e authored over 5 years ago
[#445] add specs

github.com/clj-kondo/clj-kondo - 2402419fc81443c41c8b456e4fce56035b3c3b74 authored over 5 years ago
[#445] add specs

github.com/clj-kondo/clj-kondo - 3ff465fb3db4b3627e23e4f0fc8b83e494c8391e authored over 5 years ago
[#444] support cljs.test/async macro

github.com/clj-kondo/clj-kondo - c53467595695063dbe479c5fe7dfb199fedca43e authored over 5 years ago
[#436] version is used twice in cache dir

github.com/clj-kondo/clj-kondo - 93dccca15d92a3358931266de4ee1ac967472d33 authored over 5 years ago
[#445] fix char-sequence

github.com/clj-kondo/clj-kondo - e14efe3cc7f9d01a74f72ad2324fba14487e6680 authored over 5 years ago
[#445] add specs

github.com/clj-kondo/clj-kondo - f91ec2509d2491277eee4846543bd083bb49dd8e authored over 5 years ago
[#445] add specs

github.com/clj-kondo/clj-kondo - 7bb829a2a103e1552ceaecc85e1890b72e94d726 authored over 5 years ago
[#445] add list spec

github.com/clj-kondo/clj-kondo - 3e8cab5664a4875bab3a167ae0af5c3cfeb931b6 authored over 5 years ago
[#445] add seq spec

github.com/clj-kondo/clj-kondo - 4c106dfc45a38f03e6a01f98689b40e3cdbcd025 authored over 5 years ago
[#445] add vec spec

github.com/clj-kondo/clj-kondo - e8f3e6043de68f591cceb12748735440905c93c1 authored over 5 years ago
Update types.md

github.com/clj-kondo/clj-kondo - b59e7c23a27ee594a25c81ca4c8659d187d50906 authored over 5 years ago
Update types.md

github.com/clj-kondo/clj-kondo - 2c025c2064daae22d238177033bf1de304f62919 authored over 5 years ago
[#445] type mismatch docs

github.com/clj-kondo/clj-kondo - 267b90afdea52d74f8566b07ee4708973ca5c043 authored over 5 years ago
[#445] type mismatch linter enhancements

github.com/clj-kondo/clj-kondo - d9fca2705863e3e604e004ccb942e0b3d2e268ec authored over 5 years ago
silence debugging

github.com/clj-kondo/clj-kondo - 6de7e1d7b7a7e7b89f0006b7e38a9e68283aaa86 authored over 5 years ago
[#445] use type hints for type checking

github.com/clj-kondo/clj-kondo - 79982704b6408f2d0c68b192ff9a7957c5df2421 authored over 5 years ago
[#446] namespace as object in CLJS: only when required with string

github.com/clj-kondo/clj-kondo - 154dfd7f52f6362c5d8cc7ceae84c76a4d212204 authored over 5 years ago
[#445] turn off :type-mismatch linter in some macros

github.com/clj-kondo/clj-kondo - fe5a92c056d83fd2d734bc0ccd44ede3ab6ca2c3 authored over 5 years ago
[#445] local type checking (pt. 1)

github.com/clj-kondo/clj-kondo - f6ab3624defa04708887bc9687805b4303f5dbb4 authored over 5 years ago
Fix #446: Handle using required namespace as object in Cljs (#447)

github.com/clj-kondo/clj-kondo - a45565de713cc5c510640c247d2f013777eaff54 authored over 5 years ago
Update editor-integration.md (#443)

Add linter-kondo

github.com/clj-kondo/clj-kondo - b51b428f2049f1c6b53578d501a08c1b514b425d authored over 5 years ago
[#440] if linting

github.com/clj-kondo/clj-kondo - d254d4df75892a7cad85b65b5ec76b51c8e9d80b authored over 5 years ago
Add vanilla vim instructions (#441)

github.com/clj-kondo/clj-kondo - d5f59f7b51eb249449c54f71cbeff746447b4e4a authored over 5 years ago
[#434] fix :lint-as clojure.core/for (2)

github.com/clj-kondo/clj-kondo - 3e138713b6183f7faca74af8f0aa2b1b0486a1ac authored over 5 years ago
[#434] fix :lint-as clojure.core/for

github.com/clj-kondo/clj-kondo - 8a2df7b75650672aff21334d3a42a4f911802443 authored over 5 years ago
Add instructions for spacemacs develop branch (#433)

github.com/clj-kondo/clj-kondo - ffaabce9583caf27f3e20892896e5d14c2991070 authored over 5 years ago
doc: fix typo (#429)

github.com/clj-kondo/clj-kondo - 910817d108847818f5ca9bc4f3dc7bf645ee6b4e authored over 5 years ago
Fix small typo in README (#428)

--cache no longer required for project setup

github.com/clj-kondo/clj-kondo - 89c36e399bda332976d21cc3874ebe74f5c5fcad authored over 5 years ago
v2019.08.21-alpha

github.com/clj-kondo/clj-kondo - b310605dc23689424e2f2d273e6e4b402f7138d7 authored over 5 years ago
[#406] automatically enable cache when .clj-kondo dir is detected

github.com/clj-kondo/clj-kondo - b1a8e10da76e41155d4254d4bb11c74f1fafbb09 authored over 5 years ago
docs: mention NixOS package (see #414)

github.com/clj-kondo/clj-kondo - 0bfa579a6bf1ca062b5a01ccaafe72d956b44e9f authored over 5 years ago
Update install.md

github.com/clj-kondo/clj-kondo - 8612e61e2db59fbd209003e41d1e0701fabd6d3e authored over 5 years ago
Update install.md

github.com/clj-kondo/clj-kondo - 318678eb34a40dfb9af6388a7c43635b5c0974a7 authored over 5 years ago
[#422] fix recur arity false positive with core.async/alt

github.com/clj-kondo/clj-kondo - 3fd613ff329669c70a9ecdea86e4686f2b01b5e2 authored over 5 years ago
Update FUNDING.yml

github.com/clj-kondo/clj-kondo - 66c5474287faf04ee3a533de2b934f1e9da596ab authored over 5 years ago
[#399] document snap behavior

github.com/clj-kondo/clj-kondo - a9c0b3732a29377cb6ebb18e699ece18943e1ff0 authored over 5 years ago
[#414] save uberjar artifact

github.com/clj-kondo/clj-kondo - 34ee8736045e14e0b2e5109010793f48c1def132 authored over 5 years ago
[#413] fix false positives for clojure.test/are

github.com/clj-kondo/clj-kondo - 71e9fcaaf82749e67e6160566245698fc6fbaaaf authored over 5 years ago
[#410] fix docker build issue (#411)

- Fixes leiningen install
- Removes tools.deps from Docker builds
- Fails fast on shell errors

github.com/clj-kondo/clj-kondo - 32bb262b399d81baf59ad59beee27281eb020b1c authored over 5 years ago
[#402] fix false positives with schema.core/defmethod

github.com/clj-kondo/clj-kondo - e859104e392df310d76a654c0d59189ce5bd584f authored over 5 years ago
[#388] lint schema.core/defschema as clojure.core/def

github.com/clj-kondo/clj-kondo - a76256eaaf210662dd590b7d11befc6b1f39d7c5 authored over 5 years ago
[#390] add :lang key to namespace analysis in case of .cljc

github.com/clj-kondo/clj-kondo - 5877688ede92355040de9f38fb09ef71e143b966 authored over 5 years ago
Add default linter for `clojure.test.check.generators/let` (#401)

github.com/clj-kondo/clj-kondo - b9d52ff9e0109bb55e4c490beb767ddebbf25870 authored over 5 years ago
Use namespace's local config when running `lint-unused-namespaces!` (#400)

github.com/clj-kondo/clj-kondo - ad2b2a36b72b8767ddf8d66a8d0e1be9c7e189ca authored over 5 years ago
Support PATH native-image on *nix-likes

github.com/clj-kondo/clj-kondo - bde8b1cbacb2b44ad2cd57d5875338f0926c8c0b authored over 5 years ago
[#237] support potemkin/import-vars

github.com/clj-kondo/clj-kondo - e754f6baf87ee739165e1f932ddb06ffda1bf826 authored over 5 years ago
[#393] fix unresolved symbols in core.async/alt! and alt!!

github.com/clj-kondo/clj-kondo - 73e2c0188f75e9a5a69da70ce37998c3246e6117 authored over 5 years ago
[#394] fix crash when dir has source-file? extension

github.com/clj-kondo/clj-kondo - f8b0de0f76b7c78d648c93e672e3eb2caf70e45d authored over 5 years ago
better analysis for if-let

github.com/clj-kondo/clj-kondo - 970e7699d4f1c73bf720f4b1ec9700f75352d049 authored over 5 years ago
[#389] correctly analyze `clojure.core/when-first` macro

github.com/clj-kondo/clj-kondo - 13469b5bd3c01e86f0385600a350a8152a0faaf8 authored over 5 years ago
Update README.md

github.com/clj-kondo/clj-kondo - 31afc9f53e14fd37aa6bbb74e40e5103f55b9793 authored over 5 years ago
Update README.md

github.com/clj-kondo/clj-kondo - 300d8fdf48324d662ad28b59d8a071de34d07a82 authored over 5 years ago
Update README.md

github.com/clj-kondo/clj-kondo - 81a4389e0ccec53bddc6e2304523a1da5ae4343a authored over 5 years ago
Update README.md

github.com/clj-kondo/clj-kondo - 3bec4a1b3b4a85fe10ff9d84dfe41d01a751f979 authored over 5 years ago
Update README.md

github.com/clj-kondo/clj-kondo - a55dca7eab3175989ab53667ea3c280951540d99 authored over 5 years ago
Update SHA in analysis README

github.com/clj-kondo/clj-kondo - 781557c874fb90778334912c7e31b42c4d6d9454 authored over 5 years ago
v2019.07.31-alpha

github.com/clj-kondo/clj-kondo - 9815d3669136a5003cb0bf87c4fabaf1c5b96197 authored over 5 years ago
[#383] output canonical file paths

github.com/clj-kondo/clj-kondo - 0d319754f590a2c34eb0f6953421022728ad93a0 authored over 5 years ago
[#382] support ignoring unused bindings in keys destructuring in fn args

github.com/clj-kondo/clj-kondo - 9d533bfb65aa5934935c983b3561a00673182a2f authored over 5 years ago
[#373] output analysis info

github.com/clj-kondo/clj-kondo - a1aa3bfa7fa660e2c5299e6ad62ec362f954f849 authored over 5 years ago