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
#2128 - exclude-files option (by regex)
Issue -
State: closed - Opened by borkdude over 1 year ago
#2127 - Is it possible to exclude a linter by path?
Issue -
State: closed - Opened by jakepearson over 1 year ago
- 2 comments
#2126 - Catch parameter count mismatch in `with-redefs`
Issue -
State: open - Opened by mrkam2 over 1 year ago
- 5 comments
#2125 - Setting clj-kondo.hooks-api/*reload* to true does not lint with the latest hook changes.
Issue -
State: closed - Opened by acamargo over 1 year ago
#2124 - Fix #1125: deprecated-namespace linter
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2123 - Fix #2125: clj-kondo.hooks-api/*reload* doesn't work as expected
Pull Request -
State: closed - Opened by acamargo over 1 year ago
- 3 comments
#2122 - Fix #1082: protocol methods do not support varargs
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2121 - Fix #2115: false positive :redundant-fn-wrapper when passing keyword to JS interop
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2120 - Macroexpansion drops namespace qualifiers for symbols and keywords
Issue -
State: open - Opened by pyr over 1 year ago
- 1 comment
Labels: pinned
#2119 - Fix #256: warn on reader conditional usage in non-cljc files
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2118 - Add try catch to java analysis
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
#2117 - Potemkin in-ns bug
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
#2116 - Fix java analysis reflection issues
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
#2115 - False positive "redundant fn wrapper" in Javascript promises when using keyword as function
Issue -
State: closed - Opened by svdo over 1 year ago
#2114 - The :to namespace provided in :var-usages can be incorrect when doing analysis.
Issue -
State: open - Opened by phronmophobic over 1 year ago
- 4 comments
#2113 - Support `in-ns` for potemkin
Issue -
State: closed - Opened by ericdallo over 1 year ago
- 19 comments
#2112 - Fix #2111: warn on symbol in case test
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2111 - symbol case constants may yield surprises
Issue -
State: closed - Opened by borkdude over 1 year ago
#2110 - analysis: :arglists meta applies to :arglist-strs
Pull Request -
State: closed - Opened by lread over 1 year ago
- 1 comment
#2109 - Type-hint-driven mismatches are only working for a subset of types
Issue -
State: closed - Opened by aisamu over 1 year ago
#2108 - Fix #2101: false positive with if-some + recur
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2107 - Explicit support for linting code snippet (string)
Issue -
State: open - Opened by beoliver over 1 year ago
- 2 comments
Labels: pinned
#2106 - Consider cljd files as source files
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
- 4 comments
#2105 - .cljd files are not analyzed when linting a folder
Issue -
State: closed - Opened by ericdallo over 1 year ago
- 1 comment
#2104 - Unexpected noisy output with `--copy-configs`
Issue -
State: closed - Opened by axvr over 1 year ago
- 5 comments
#2103 - Issue a warning for code with the shape "#(fn [...] ...)"
Issue -
State: closed - Opened by pwhittin over 1 year ago
- 1 comment
Labels: expired
#2102 - Fix #2100: make running lint-as test idempotent
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2101 - False positive on "recur must be in tail position" with `if-some`
Issue -
State: closed - Opened by n-hansen over 1 year ago
- 1 comment
#2100 - problems for a config are only found only once per jvm/process lifecycle
Issue -
State: closed - Opened by lread over 1 year ago
- 8 comments
#2099 - analyze and act on defprotocol metadata
Pull Request -
State: closed - Opened by lread over 1 year ago
- 1 comment
#2098 - dev docs: update GraalVM version
Pull Request -
State: closed - Opened by lread over 1 year ago
#2097 - protocols and protocol methods do not include metadata
Issue -
State: closed - Opened by lread over 1 year ago
- 4 comments
#2096 - analysis data: arglists that come from metadata are not necessarily edn friendly and not necessarily content preserving
Issue -
State: closed - Opened by lread over 1 year ago
- 29 comments
#2095 - Fix reflect config for javaparser + add native tests
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2094 - Fix reflect config for javaparser
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
- 3 comments
#2093 - multi-architecture docker image (arm64, amd64)
Issue -
State: closed - Opened by denisa over 1 year ago
- 7 comments
#2092 - option to disable "Regex literals are not allowed in EDN"
Issue -
State: closed - Opened by jakepearson over 1 year ago
- 2 comments
#2091 - Fix #2087: honor :config-in-comment for :unused-referred-var
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2090 - Rollback removal of clj-kondo/unknown-namespace analysis
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
- 1 comment
#2089 - Fix #2086: fix missing test assertion false positive with swap!
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2088 - Lint definitions (`def`s) using arbitrary metadata, mapped to a hook
Issue -
State: closed - Opened by pfeodrippe over 1 year ago
- 9 comments
#2087 - Can't use :config-in-comment with the :unused-referred-var linter
Issue -
State: closed - Opened by joshgelbard over 1 year ago
#2086 - Missing test assertion warning produced on call to swap?
Issue -
State: closed - Opened by vincentjames501 over 1 year ago
- 1 comment
#2085 - Missing test assertion warning produced when not using string literal in testing macro
Issue -
State: closed - Opened by vincentjames501 over 1 year ago
- 1 comment
#2084 - add `suggested-refers` to `findings`
Issue -
State: closed - Opened by dharrigan over 1 year ago
#2083 - Expressions for first arg of clojure.test/testing generates missing test assertion warnings
Issue -
State: closed - Opened by khardenstine over 1 year ago
- 2 comments
#2082 - #2078: detect more missing test assertion
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2081 - Fix #2079, analysis for data_readers.clj
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2080 - Fix #2068, include or default in local usage analysis
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2079 - Missing analysis for data_readers.clj for non user namespace/symbols
Issue -
State: closed - Opened by ericdallo over 1 year ago
#2078 - missing test assertion false negative with not
Issue -
State: closed - Opened by borkdude over 1 year ago
#2077 - go-loops start to have errors, when a different function is defined with :clj-kondo/lint-as
Issue -
State: closed - Opened by stopachka over 1 year ago
- 1 comment
#2076 - Fix #2063: introduce :defined-by->lint-as + always keep original in :defined-by
Pull Request -
State: closed - Opened by borkdude over 1 year ago
- 1 comment
#2075 - Fix #2066: :plus-one and :minus-one
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2074 - Fix typos in hooks.md code examples
Pull Request -
State: closed - Opened by stig over 1 year ago
- 1 comment
#2073 - def-catch-all doesn't seem to ignore unresolved namespace
Issue -
State: closed - Opened by borkdude over 1 year ago
#2072 - ClojureCLR support
Issue -
State: closed - Opened by elenapoot over 1 year ago
- 7 comments
Labels: expired, clr
#2071 - Fix #2065: :equals-true
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2070 - Add type-linting of function arguments and return values within function body
Issue -
State: closed - Opened by ikitommi over 1 year ago
- 4 comments
Labels: expired, type warnings
#2069 - Fix `lint stdin` example command
Pull Request -
State: closed - Opened by luandy64 over 1 year ago
- 1 comment
#2068 - analyse: symbols in `:or` mapping of map destructuring forms
Issue -
State: closed - Opened by DeLaGuardo over 1 year ago
- 3 comments
#2067 - Extend ns-groups to be used in analyze-call
Issue -
State: closed - Opened by thiagocarvp over 1 year ago
#2066 - (+ 1 x) => (inc x)
Issue -
State: closed - Opened by borkdude over 1 year ago
#2065 - (= true x) => (true? x)
Issue -
State: closed - Opened by borkdude over 1 year ago
- 3 comments
#2064 - False positive when using `:sha` instead of `:git/sha` in combination with git url
Issue -
State: closed - Opened by borkdude over 1 year ago
#2063 - `:defined-by` in analysis output uses `:lint-as` rather than symbol itself
Issue -
State: closed - Opened by SevereOverfl0w over 1 year ago
- 41 comments
#2062 - Suggest (or x y) instead of (if x x y)
Issue -
State: open - Opened by pmonks over 1 year ago
- 5 comments
#2061 - Warn about #() and #"" in .edn files, fixes #2058
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2060 - Analyze and lint clara-rules defrule and defquery macros
Pull Request -
State: closed - Opened by k13gomez over 1 year ago
#2059 - Add support to lint clara-rules defrule and defquery macros
Issue -
State: closed - Opened by k13gomez over 1 year ago
- 5 comments
#2058 - Warn about #() and #"" not being valid in (bb.)edn files
Issue -
State: closed - Opened by borkdude over 1 year ago
#2057 - Fix #2056: validate collection nodes when constructing + debug
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2056 - Validate nodes when constructing/printing/using them
Issue -
State: closed - Opened by p-himik over 1 year ago
#2055 - Seeing :namespace-name-mismatch in shadow-cljs project after upgrade
Issue -
State: closed - Opened by chr15m over 1 year ago
- 4 comments
#2054 - Feature request: :exclude-patterns could be available for every linter accepting :exclude
Issue -
State: closed - Opened by genmeblog over 1 year ago
- 1 comment
Labels: expired
#2053 - analysis: parse java files via javaparser to produce java-member-definitions
Pull Request -
State: closed - Opened by ericdallo over 1 year ago
- 4 comments
#2052 - Fix #2051: consider `:unresolved-namespace :exclude` as already required
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2051 - Feature: Ability to treat a namespace as already required
Issue -
State: closed - Opened by rschmukler over 1 year ago
- 3 comments
#2050 - Fix #1196: show conditional branch
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2049 - Splicing reader conditional breaks map literals
Issue -
State: closed - Opened by NoahTheDuke over 1 year ago
- 3 comments
#2048 - Handle maps with odd pairs for `schema.core/defn`
Issue -
State: closed - Opened by ericdallo over 1 year ago
- 1 comment
#2047 - Fix #2046: clj-kondo stuck in loop with multiple :or in destructuring
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2046 - clj-kondo stuck in loop with multiple :or in destructuring
Issue -
State: closed - Opened by borkdude over 1 year ago
#2045 - Support :exclude-pattern in :unused-binding
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2044 - Fix #2043: support ignore annotation on private calls
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2043 - Support ignore annotations on :private-call linter
Issue -
State: closed - Opened by borkdude over 1 year ago
#2042 - PushbackReader is absent in hooks
Issue -
State: closed - Opened by piranha over 1 year ago
- 11 comments
#2041 - Fix #2039: :analysis :symbols + :aliased-namespace-symbol linter gives false positive in quoted symbol
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2040 - Reader literals in ns :require are ignored
Issue -
State: closed - Opened by colliderwriter over 1 year ago
- 3 comments
#2039 - :analysis :symbols + :aliased-namespace-symbol linter gives false positive in quoted symbol
Issue -
State: closed - Opened by borkdude over 1 year ago
- 1 comment
#2038 - README: Add shadow-cljs to build-tool specific list
Pull Request -
State: closed - Opened by hoclun-rigsep over 1 year ago
- 1 comment
#2037 - Fix #2024: CLJS allows interop in constructor position
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2036 - False positive `:def-fn` on `def` + `reify`
Pull Request -
State: closed - Opened by sumbach over 1 year ago
- 7 comments
#2035 - aset is called with 4 args but expects 3
Issue -
State: closed - Opened by archaic over 1 year ago
- 4 comments
#2034 - Fix #1647: suppport :exclude-patterns in :unresolved-symbol linter
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2033 - Upgrade transit
Pull Request -
State: closed - Opened by borkdude over 1 year ago
#2032 - Add :gen support on clojure.spec.alpha/keys
Pull Request -
State: closed - Opened by acamargo over 1 year ago
- 2 comments
#2031 - Add a lint for discouraged tag literals.
Pull Request -
State: closed - Opened by GlassAndOneHalf over 1 year ago
- 2 comments
#2030 - Add the ability to warn against usage of certain tagged literals
Issue -
State: closed - Opened by GlassAndOneHalf over 1 year ago
Labels: PR welcome
#2029 - analysis: missing java-class-usage element when expr ends with slash
Issue -
State: closed - Opened by ericdallo over 1 year ago
- 9 comments
Labels: analysis, PR welcome