We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*warn-on-reflection*
1 parent bb60264 commit 2834568Copy full SHA for 2834568
project.clj
@@ -6,6 +6,8 @@
6
:license {:name "Eclipse Public License"
7
:url "https://raw.githubusercontent.com/metabase/saml20-clj/master/LICENSE"}
8
9
+ :global-vars {*warn-on-reflection* true}
10
+
11
:aliases
12
{"test" ["with-profile" "+test" "test"]
13
"bikeshed" ["with-profile" "+bikeshed" "bikeshed" "--max-line-length" "150"]
0 commit comments