mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
Lint components and address comments in review
Start using :clj-kondo/ignore as lint violations that need to be revisited. They may side effect and should be removed with better understanding of their context
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
||||
run: yarn cache clean && yarn install
|
||||
|
||||
- name: Run clj-kondo lint
|
||||
run: clj-kondo --lint src/workspaces src/electron src/test src/dev-cljs src/main/{electron,grammar} src/main/frontend/{worker,util,ui,tools,search,publishing,modules,mobile,external,context}
|
||||
run: clj-kondo --lint src/workspaces src/electron src/test src/dev-cljs src/main/{electron,grammar} src/main/frontend/{worker,util,ui,tools,search,publishing,modules,mobile,external,db,context,components}
|
||||
|
||||
- name: Run ClojureScript test
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user