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:
Gabriel Horner
2022-01-12 15:29:38 -05:00
parent f864f0fd1c
commit f1d15b0e05
34 changed files with 200 additions and 275 deletions

View File

@@ -45,6 +45,7 @@
(rum/defc export-page
[]
#_:clj-kondo/ignore
(when-let [current-repo (state/get-current-repo)]
(when-let [page (state/get-current-page)]
(rum/with-context [[t] i18n/*tongue-context*]