mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 00:16:10 +02:00
commit
c6de41421e
3 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@ jobs:
|
||||||
- image: cimg/redis:6.2.6
|
- image: cimg/redis:6.2.6
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
resource_class: large
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Customize the JVM maximum heap limit
|
# Customize the JVM maximum heap limit
|
||||||
|
|
|
@ -38,6 +38,9 @@
|
||||||
:single-key-in
|
:single-key-in
|
||||||
{:level :warning}
|
{:level :warning}
|
||||||
|
|
||||||
|
:non-arg-vec-return-type-hint
|
||||||
|
{:level :off}
|
||||||
|
|
||||||
:redundant-do
|
:redundant-do
|
||||||
{:level :off}
|
{:level :off}
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
(rest keys)
|
(rest keys)
|
||||||
(unchecked-get res key))))))
|
(unchecked-get res key))))))
|
||||||
|
|
||||||
|
#_:clj-kondo/ignore
|
||||||
(defn without
|
(defn without
|
||||||
[obj keys]
|
[obj keys]
|
||||||
(let [keys (cond
|
(let [keys (cond
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue