mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 14:21:42 -05:00
📎 Fix unexpected linter issue
This commit is contained in:
parent
fe7b4331d1
commit
7ca74c0467
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
;; --- Development Stuff
|
||||
|
||||
(defn- run-tests
|
||||
([] (run-tests #"^common-tests.test-.*$"))
|
||||
([] (run-tests #"^common-tests.*-test$"))
|
||||
([o]
|
||||
(repl/refresh)
|
||||
(cond
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue