mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 22:58:35 +00:00
commit
c6de41421e
@ -11,6 +11,7 @@ jobs:
|
||||
- image: cimg/redis:6.2.6
|
||||
|
||||
working_directory: ~/repo
|
||||
resource_class: large
|
||||
|
||||
environment:
|
||||
# Customize the JVM maximum heap limit
|
||||
|
||||
@ -38,6 +38,9 @@
|
||||
:single-key-in
|
||||
{:level :warning}
|
||||
|
||||
:non-arg-vec-return-type-hint
|
||||
{:level :off}
|
||||
|
||||
:redundant-do
|
||||
{:level :off}
|
||||
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
(rest keys)
|
||||
(unchecked-get res key))))))
|
||||
|
||||
#_:clj-kondo/ignore
|
||||
(defn without
|
||||
[obj keys]
|
||||
(let [keys (cond
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user