Skip to content

Commit 2834568

Browse files
committed
Set *warn-on-reflection* so we get the warnings
1 parent bb60264 commit 2834568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:license {:name "Eclipse Public License"
77
:url "https://raw.githubusercontent.com/metabase/saml20-clj/master/LICENSE"}
88

9+
:global-vars {*warn-on-reflection* true}
10+
911
:aliases
1012
{"test" ["with-profile" "+test" "test"]
1113
"bikeshed" ["with-profile" "+bikeshed" "bikeshed" "--max-line-length" "150"]

0 commit comments

Comments
 (0)