0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 06:11:23 -05:00

📎 Fix unexpected linter issue

This commit is contained in:
Andrey Antukh 2022-12-13 12:58:57 +01:00
parent fe7b4331d1
commit 7ca74c0467
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,7 @@
;; --- Development Stuff
(defn- run-tests
([] (run-tests #"^common-tests.test-.*$"))
([] (run-tests #"^common-tests.*-test$"))
([o]
(repl/refresh)
(cond

View file

@ -22,7 +22,8 @@
[app.common.types.modifiers :as ctm]
[app.common.uuid :as uuid]))
#?(:clj (set! *warn-on-reflection* true))
#?(:clj (set! *warn-on-reflection* true)
:cljs (ex/ignoring nil))
;; --- Relative Movement