mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
ci: ignore stderr for bb lint tasks
This commit is contained in:
6
.github/workflows/graph-parser.yml
vendored
6
.github/workflows/graph-parser.yml
vendored
@@ -116,10 +116,10 @@ jobs:
|
||||
run: clojure -M:clj-kondo --parallel --lint src test
|
||||
|
||||
- name: Carve lint for unused vars
|
||||
run: bb lint:carve
|
||||
run: bb lint:carve 2>/dev/null
|
||||
|
||||
- name: Lint for vars that are too large
|
||||
run: bb lint:large-vars
|
||||
run: bb lint:large-vars 2>/dev/null
|
||||
|
||||
- name: Lint for namespaces that aren't documented
|
||||
run: bb lint:ns-docstrings
|
||||
run: bb lint:ns-docstrings 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user