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

move global atoms to ctx

github.com/clj-kondo/clj-kondo - 88650de711fe976e41b7eee0e458c3d73f2d9151 authored over 5 years ago
v2019.06.01-alpha

github.com/clj-kondo/clj-kondo - 4e18aee24f4405c389be6036670d5c23cb2e2771 authored over 5 years ago
reword unbound-destructuring-default

github.com/clj-kondo/clj-kondo - e7e4f327a37af5e6d72ae9f76a0a4462f2bec455 authored over 5 years ago
support shadow cljs :default in :require

github.com/clj-kondo/clj-kondo - 4bebd6d765f36ec24d2d36dc7fe3621c19fe47cf authored over 5 years ago
lint :or in keys destructuring

github.com/clj-kondo/clj-kondo - 8e2572044fe3720f44d0279fb8a6c5530cd9e1f7 authored over 5 years ago
fix false positive with unused binding in metadata

github.com/clj-kondo/clj-kondo - 392b8c65c2f388149d61afe2144258ffaae1f248 authored over 5 years ago
Add unused bindings to README

github.com/clj-kondo/clj-kondo - 341b5adc8fe5e7b153fbfe8db71e2fd1e9c87650 authored over 5 years ago
handle quote as quote

github.com/clj-kondo/clj-kondo - 9bb2e4dbbbe912a2eee3b8fdddf898b67668d773 authored over 5 years ago
Detect unused bindings

github.com/clj-kondo/clj-kondo - 6d9020a083ec2cc9e66ddbff4d06b1e88d4a1d34 authored over 5 years ago
Advocate use of `clojure` over `clj`

`clj` uses rlwrap, which will produce a warning in CI environments
as it's not a terminal where...

github.com/clj-kondo/clj-kondo - 6e9d3d1a07931046ab032dbe64fe4a4cf2a58906 authored over 5 years ago
Update Intellij FW plugin config screenshot

github.com/clj-kondo/clj-kondo - 7fec8fd8b04a67e919f6d7dbb2e5892f6187ef51 authored over 5 years ago
Update IntelliJ IDEA FileWatcher configuration screenshot

github.com/clj-kondo/clj-kondo - f964ee57477d828b5a165a699a22f110a5d93f3a authored over 5 years ago
Update IntelliJ IDEA FileWatcher configuration screenshot

github.com/clj-kondo/clj-kondo - b23560fa1e58d349e11532885df24d8f43077866 authored over 5 years ago
Script to bump versions

github.com/clj-kondo/clj-kondo - 548ceefcff4f132c6cd6632c300cf0ed2b3d4292 authored over 5 years ago
redundant-do false positive in #()

github.com/clj-kondo/clj-kondo - 346be13768b60407d4c66ffd8b10220cc1fd9071 authored over 5 years ago
Fix docker latest tag

github.com/clj-kondo/clj-kondo - 2f0ff7c61c1ba171d4ef73389ab7272d134d5167 authored over 5 years ago
v2019.05.26-alpha

github.com/clj-kondo/clj-kondo - 83450d5e14a87d4516b1b2006eb9f7e37bc2e769 authored over 5 years ago
error when calling a string, symbol, number, boolean or char as a function

github.com/clj-kondo/clj-kondo - 0435ea79d4fd42b74226b1a374838133a96f68ed authored over 5 years ago
redundant do refactor

github.com/clj-kondo/clj-kondo - 7dd9588929ec5fc65e0628e4eb6c7c047e1fc77f authored over 5 years ago
lint redefined tests

github.com/clj-kondo/clj-kondo - 9e23be209e508c08ea9dab5767fd0df9f63767b3 authored over 5 years ago
fix let false positives

github.com/clj-kondo/clj-kondo - e27909a6e940ad8225b90709ef6e27104985acee authored over 5 years ago
Rewording of several messages

github.com/clj-kondo/clj-kondo - d6f5f1e19f47834e56c92064a902c4b4f02751d3 authored over 5 years ago
Update Docker docs

github.com/clj-kondo/clj-kondo - f9a3cbff5f48995d4ae7b026f70e96ebd488968f authored over 5 years ago
only push to docker:latest when non-snapshot

github.com/clj-kondo/clj-kondo - a5c32c36bf21de85c0aac58617d5b05bb4154e98 authored over 5 years ago
update circleci docker script

github.com/clj-kondo/clj-kondo - f0568eca45fd0019840880e72911a973510e3234 authored over 5 years ago
Update Dockerfile

github.com/clj-kondo/clj-kondo - 1b9996d011882c5f955948673688c419ec875ea4 authored over 5 years ago
respect skip-args in keyword and local binding calls

github.com/clj-kondo/clj-kondo - b333a611b93eb16def5145bff4c208803c68148e authored over 5 years ago
Create FUNDING.yml

github.com/clj-kondo/clj-kondo - bc69e99a5d581200568410e0026acc206aaf4a0b authored over 5 years ago
Update issue templates

github.com/clj-kondo/clj-kondo - ff04550f816669090b919b35affbf2ae468cd508 authored over 5 years ago
Update issue templates

github.com/clj-kondo/clj-kondo - 5748b0ab7e553a2c8814aad92e0935433cb6ba2d authored over 5 years ago
issue templates

github.com/clj-kondo/clj-kondo - bd407934cddbabc05eb8f7d452d4ff7665953a8e authored over 5 years ago
Merge branch 'master' of https://github.com/borkdude/clj-kondo

github.com/clj-kondo/clj-kondo - eb843caca30f0ebd9138917820a6ded62c0c02b2 authored over 5 years ago
fix circleci docker script

github.com/clj-kondo/clj-kondo - 1bcffb5cf18e83e225d482024626776f4f853a48 authored over 5 years ago
CircleCI caching tweaks

github.com/clj-kondo/clj-kondo - 4410fb86fcc1ff81939e20828e93d997afe52a24 authored over 5 years ago
Automate building Docker image on CircleCI

github.com/clj-kondo/clj-kondo - 71ea69a8c58e0157b0c88e7a897b9429ce13d1d3 authored over 5 years ago
Add docker docs

github.com/clj-kondo/clj-kondo - 7bac7dbe15475c130d5d250f38ada64e131e663c authored over 5 years ago
Docker builds from source

github.com/clj-kondo/clj-kondo - 8c1259443abe0848c589996754a3f94b7f6b8dc9 authored over 5 years ago
Fix false positives when self-requiring macros in CLJC namespace

github.com/clj-kondo/clj-kondo - c24f43a5be9af519372d2591520e7f0ebf8575af authored over 5 years ago
fix github repo to fetch from

github.com/clj-kondo/clj-kondo - 1c329a1d95072276f902ea4f559982152a6cf032 authored over 5 years ago
Add VIM configuration docs

- Adds ALE based docs for VIM
- Adds sample screenshot
- Closes #86

Signed-off-by: Rahul De <ra...

github.com/clj-kondo/clj-kondo - 590cb9c7117c085756a40de1b04c4f8676f23613 authored over 5 years ago
lint keyword calls

github.com/clj-kondo/clj-kondo - 2edff805b983c809820210573b2244bb70910721 authored over 5 years ago
v2019.05.19-alpha

github.com/clj-kondo/clj-kondo - 5f5b52592c4dd0c6f0077f74b54e97d756c31b9d authored over 5 years ago
support regex in excluded unused namespaces

github.com/clj-kondo/clj-kondo - e4fbf291d1e53cadd8e352b9748a1e40dd10992c authored over 5 years ago
Add scoop installation instructions

github.com/clj-kondo/clj-kondo - 8f9b9de29d1a7ff73a7c7a3260dd569bb736fb58 authored over 5 years ago
enhance #() expansion

github.com/clj-kondo/clj-kondo - a2f44a134e25baa3294366b368a25c84718f9ee4 authored over 5 years ago
only report redundant let when single let child

github.com/clj-kondo/clj-kondo - 16e131573f9144889a5f4fa9dccc698ef970d089 authored over 5 years ago
fix Windows script

github.com/clj-kondo/clj-kondo - 12601c5873aad4faa999eeb7324746e49fec25d0 authored over 5 years ago
change unused namespace message (#162)

github.com/clj-kondo/clj-kondo - c652b1b5be72884d483e93dc30a100d60450f630 authored over 5 years ago
doc + download script

github.com/clj-kondo/clj-kondo - 08e0b77cbdc75f8d480bf3d382674a4cd1888e87 authored over 5 years ago
detect used namespaces in schema.core schemas

github.com/clj-kondo/clj-kondo - c8837c94349f4c6b633bdfadef968b63c894d72b authored over 5 years ago
detect missing map value in let binding

github.com/clj-kondo/clj-kondo - 5f5644e5623a48024b8a9bfc8fc26a0a7b9c3479 authored over 5 years ago
detect used namespace in let + fn bindings

github.com/clj-kondo/clj-kondo - a8096cda4bd34e5b5b65e0ed231754229f042f6f authored over 5 years ago
windows build doc tweak

github.com/clj-kondo/clj-kondo - 70a2582dcc24482ea5aa26af348e02da307ad152 authored over 5 years ago
script\compile.bat tweak

github.com/clj-kondo/clj-kondo - 89af0dbca4aa9ade0732decf0224b3c6bbf0fc58 authored over 5 years ago
Windows support

github.com/clj-kondo/clj-kondo - 4dd2b79eec86ccebbaf99cb13899e6978b7e423a authored over 5 years ago
upgrade to GraalVM 19 (#158)

* Add --initialize-at-build-time, reflection flags (#156)

* Upgrade CircleCI to GraalVM 19

github.com/clj-kondo/clj-kondo - 3cb4e8057591b065342f94e711503f9d1712d520 authored over 5 years ago
v2019.05.12-alpha

github.com/clj-kondo/clj-kondo - 972f489ef4dbc51e14a683314f440ac22722dd9e authored over 5 years ago
recognize bindings in for and doseq

github.com/clj-kondo/clj-kondo - 540716712cf9731c6bb694d4df325c30197b5ba5 authored over 5 years ago
don't crash analyzer when syntax error

github.com/clj-kondo/clj-kondo - eddbc348311caab3e3c837be8e5996f1bd62d8e4 authored over 5 years ago
enhance cond linter

github.com/clj-kondo/clj-kondo - 02b47058cde2b60521920f1f889b67a05e3dc0e5 authored over 5 years ago
warn about redefined vars

github.com/clj-kondo/clj-kondo - f1e7c4df55312df45431ce9960b2801e611b698b authored over 5 years ago
Lint unused namespace

github.com/clj-kondo/clj-kondo - d7d133afde20904be60d887aee2807a497923bb2 authored over 5 years ago
Fix inline def linter for CLJS

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

github.com/clj-kondo/clj-kondo - 67fe1e00e83ee45b597ebe3e306e0cda4810e5e3 authored over 5 years ago
v2019.05.06-alpha

github.com/clj-kondo/clj-kondo - c4702ceaad7aece699b455b0c789396bd532aa91 authored over 5 years ago
add released version

github.com/clj-kondo/clj-kondo - c141e64b5463c1a32825170ccb4428e7f9adf98b authored over 5 years ago
recur arity checking, merge configs, :lint-as config

github.com/clj-kondo/clj-kondo - 662b93fd4dd6e9e32dd3209ccaf198806e098bb1 authored over 5 years ago
Update config.md

github.com/clj-kondo/clj-kondo - df5aacb2d62fbb245ff19cf2eb5cfbceddde3590 authored almost 6 years ago
Document config

github.com/clj-kondo/clj-kondo - 1cfd2cd8019f3f38ddd11ce49454743a5a7ecb86 authored almost 6 years ago
v2019.05.01-alpha

github.com/clj-kondo/clj-kondo - dac26f2db7226674d87bc40420c27b5ecdf27846 authored almost 6 years ago
missing test assertions

github.com/clj-kondo/clj-kondo - 57acd29d4fdc36676cf7cbbe320db4fdae9b9210 authored almost 6 years ago
Update config.md

github.com/clj-kondo/clj-kondo - 0479e677cfd70c894f21e90be6cb5f084c7b463b authored almost 6 years ago
Update config.md

github.com/clj-kondo/clj-kondo - c25fc607456da1a7361587ec696471a11532bf6b authored almost 6 years ago
Fully qualify output of private call linter

github.com/clj-kondo/clj-kondo - f4eac7286f15cb16ce79d0e0c1fdb11200a123c5 authored almost 6 years ago
skip-args option

github.com/clj-kondo/clj-kondo - 6a94e7fd0cf044ce0ea5e49e6441f6fb20bd738f authored almost 6 years ago
Add feature to README

github.com/clj-kondo/clj-kondo - c252bf9d09874a383c82f0569382ef9dc4e76ede authored almost 6 years ago
in-ns support (part 1)

github.com/clj-kondo/clj-kondo - 3e6e16f94cbc7de5183c6935edf289e892663db0 authored almost 6 years ago
Simple profiler + performance improvements

github.com/clj-kondo/clj-kondo - ba1f0a853e401dd921d27c4d3d4363a989c12fb9 authored almost 6 years ago