Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / clj-kondo/clj-kondo issues and pull requests

#2328 - Split :redundant-str-call in own linter, #2323

Pull Request - State: closed - Opened by borkdude 6 months ago

#2326 - Fix #2361: handle ignore hint on protocol method

Pull Request - State: closed - Opened by borkdude 6 months ago

#2325 - False positive for #2323

Pull Request - State: closed - Opened by borkdude 6 months ago

#2324 - Fix #2323: detect unused str calls

Pull Request - State: closed - Opened by borkdude 6 months ago

#2323 - Detect redundant calls to str

Issue - State: closed - Opened by borkdude 6 months ago - 4 comments

#2322 - Location missing on literal syntax errors

Issue - State: closed - Opened by yuhan0 6 months ago - 4 comments

#2321 - The `:redefined-var` documentation is outdated

Issue - State: closed - Opened by Valdermeyder 6 months ago - 2 comments

#2319 - Support linting JavaScript vars in clj-kondo

Issue - State: closed - Opened by mjarus007 7 months ago - 1 comment

#2318 - Support linting JavaScript vars in clj-kondo

Issue - State: closed - Opened by mjarus008 7 months ago

#2317 - Fix #2135: regression with unused JS lib

Pull Request - State: closed - Opened by borkdude 7 months ago

#2316 - Linting ignore for Class/forName

Issue - State: closed - Opened by dotemacs 7 months ago

#2315 - False positive unused JS library

Issue - State: closed - Opened by borkdude 7 months ago - 1 comment

#2314 - Custom file types

Issue - State: open - Opened by danieroux 7 months ago - 1 comment

#2313 - Fix #2309: report unused for expression

Pull Request - State: closed - Opened by borkdude 7 months ago

#2312 - Remove stray backtick

Pull Request - State: closed - Opened by danieroux 8 months ago - 1 comment

#2311 - Fix #1035: Support SARIF output

Pull Request - State: closed - Opened by borkdude 8 months ago

#2310 - Linter: unresolved type hint class names

Issue - State: closed - Opened by puredanger 8 months ago - 3 comments

#2308 - Fix typo, determistic -> deterministic

Pull Request - State: closed - Opened by dpassen 8 months ago - 1 comment

#2306 - Fix #2304: report unused value in defn body

Pull Request - State: closed - Opened by borkdude 8 months ago

#2305 - Fix #2302: new linter `:equals-expected-position`

Pull Request - State: closed - Opened by borkdude 8 months ago

#2303 - Array class notation will change to`String/1`, per CLJ-2833

Issue - State: closed - Opened by borkdude 8 months ago - 2 comments

#2302 - Warn on actual vs expected order in tests

Issue - State: closed - Opened by NoahTheDuke 9 months ago - 4 comments

#2301 - Reduce memory usage

Pull Request - State: closed - Opened by borkdude 9 months ago

#2300 - Add :java-static-field-call to doc/linters.md

Pull Request - State: closed - Opened by NoahTheDuke 9 months ago - 2 comments

#2299 - :java-static-field-call isn't documented

Issue - State: closed - Opened by NoahTheDuke 9 months ago - 1 comment

#2298 - Fix #1732: warn on shadowed fn param

Pull Request - State: closed - Opened by borkdude 9 months ago

#2297 - Fix #2295: lint case test symbols in list

Pull Request - State: closed - Opened by borkdude 9 months ago

#2296 - Docker multi-arch images

Pull Request - State: closed - Opened by borkdude 9 months ago

#2295 - :case-symbol-test should warn on symbol in list

Issue - State: closed - Opened by borkdude 9 months ago

#2292 - Docker stuff

Pull Request - State: closed - Opened by borkdude 9 months ago

#2291 - Wrong unresolved error on defmacro

Issue - State: closed - Opened by licht1stein 9 months ago - 4 comments

#2289 - Fix #2093: add arm64 docker image

Pull Request - State: closed - Opened by harryzcy 9 months ago - 11 comments

#2288 - clj-kondo incorrectly flags method as field

Issue - State: closed - Opened by borkdude 9 months ago - 1 comment

#2287 - Fix #2278: bigint is a known symbol in CLJS in extend-type

Pull Request - State: closed - Opened by borkdude 9 months ago

#2286 - Fix #2276: new class array notation may occur outside metadata

Pull Request - State: closed - Opened by borkdude 9 months ago

#2285 - clj-kondo Pod - lint stdin

Issue - State: open - Opened by pedrorgirardi 9 months ago - 1 comment

#2284 - Lint files in topological sort order

Issue - State: open - Opened by borkdude 9 months ago

#2283 - Improve help text /wrt --config

Pull Request - State: closed - Opened by borkdude 9 months ago

#2282 - Expand fn literals at threading macroexpand time

Pull Request - State: open - Opened by tomdl89 9 months ago - 2 comments

#2280 - Eliminate warning from shadowing clojure.core/update-vals

Pull Request - State: closed - Opened by alexhall 9 months ago - 1 comment

#2279 - Warning due to shadowing of clojure.core/update-vals

Issue - State: closed - Opened by alexhall 9 months ago

#2276 - String* may also appear outside of metadata

Issue - State: closed - Opened by borkdude 9 months ago - 2 comments

#2275 - Fix #2274: support new clojure 1.12 type hint notations

Pull Request - State: closed - Opened by borkdude 9 months ago

#2274 - Clojure 1.12 Alpha 7 param-tags placeholder not recognized

Issue - State: closed - Opened by seancorfield 9 months ago - 3 comments

#2273 - Fix #2272: var is always true

Pull Request - State: closed - Opened by borkdude 9 months ago

#2271 - Fix #2259: ns-unmap var defined prior in namespace

Pull Request - State: closed - Opened by borkdude 9 months ago

#2270 - Fix #2266: suppress :not-a-function in reader tag

Pull Request - State: closed - Opened by borkdude 9 months ago

#2268 - Fix #2256: enable assert in hooks

Pull Request - State: closed - Opened by borkdude 9 months ago

#2267 - Fix #2254: lint files in absence of config dir

Pull Request - State: closed - Opened by borkdude 9 months ago

#2266 - False positive from not-a-function when using reader to read a record

Issue - State: closed - Opened by lassemaatta 10 months ago - 3 comments

#2265 - Support clojure-lsp/unused-public-var for custom macros

Issue - State: open - Opened by mrkam2 10 months ago - 3 comments

#2264 - Improved var-usages analysis for multimethods

Issue - State: open - Opened by beoliver 10 months ago - 1 comment

#2263 - Support a gitlab CI friendly output natively

Issue - State: closed - Opened by toniz4 10 months ago - 2 comments

#2262 - Fix #2260: calling static field as function should warn

Pull Request - State: closed - Opened by borkdude 10 months ago

#2261 - clojure.core/subs positions

Issue - State: open - Opened by eval 10 months ago - 1 comment

#2260 - (Class/field) should warn

Issue - State: closed - Opened by borkdude 10 months ago - 2 comments

#2259 - Static usage of ns-unmap not recognized

Issue - State: closed - Opened by borkdude 10 months ago - 1 comment

#2257 - ignore hint doesn't work on invalid symbol

Issue - State: open - Opened by borkdude 10 months ago

#2256 - assert doesn't work

Issue - State: closed - Opened by mrkam2 10 months ago - 1 comment

#2253 - Add `datomic-type-extensions.api/q` to datalog syntax checking

Pull Request - State: closed - Opened by magnars 11 months ago - 6 comments

#2252 - Metadata configuration sometimes fails to apply on the first Kondo run

Issue - State: closed - Opened by gravieure 11 months ago - 10 comments

#2250 - Add ASDF installation notes

Pull Request - State: closed - Opened by rynkowsg 11 months ago - 1 comment

#2249 - Trigger :type-mismatch when accessing members of nil

Issue - State: closed - Opened by knubie 11 months ago - 3 comments

#2248 - add datalevin.core/q to datalog syntax checking

Pull Request - State: closed - Opened by andersmurphy 11 months ago - 1 comment

#2247 - #1917: detect string being called as function

Pull Request - State: closed - Opened by borkdude 11 months ago

#2246 - False positive: unused import when using macroexpand

Issue - State: closed - Opened by mrkam2 11 months ago - 4 comments

#2245 - Remove scratch.clj from the jar file

Issue - State: closed - Opened by mrkam2 11 months ago

#2244 - Add invalid-fn-name linter

Pull Request - State: closed - Opened by tomdl89 11 months ago - 2 comments

#2243 - Lint invalid fn name

Pull Request - State: closed - Opened by borkdude 11 months ago - 2 comments

#2242 - Fix #2223: do not refer deftype-created class as var

Pull Request - State: closed - Opened by borkdude 11 months ago

#2241 - Fix typo

Pull Request - State: closed - Opened by mrkam2 11 months ago

#2240 - Fix #2232: bump analysis for clojure 1.12 (partitionv, etc)

Pull Request - State: closed - Opened by borkdude 11 months ago

#2239 - clj-kondo fails to report unresolved var name referenced inside the hook

Issue - State: closed - Opened by mrkam2 12 months ago - 2 comments

#2238 - Fix version reference

Pull Request - State: closed - Opened by mrkam2 12 months ago - 1 comment

#2237 - Request: support the concept of "closedness" for Maps

Issue - State: open - Opened by fosskers 12 months ago - 4 comments
Labels: type warnings

#2236 - :line-length warnings can't be :clj-kondo/ignore-ed

Issue - State: closed - Opened by borkdude 12 months ago

#2233 - Fix typos in linters.md

Pull Request - State: closed - Opened by mrkam2 12 months ago - 2 comments

#2231 - Support ClojureDart `catch dynamic`

Issue - State: open - Opened by daveliepmann 12 months ago - 2 comments
Labels: clojure-dart

#2230 - Support ClojureDart `catch` arity with stacktrace

Issue - State: open - Opened by daveliepmann 12 months ago
Labels: clojure-dart

#2229 - Recognize `^super`

Issue - State: closed - Opened by valerauko 12 months ago - 4 comments
Labels: clojure-dart