Skip to content

Commit

Permalink
Set *warn-on-reflection* so we get the warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Sep 29, 2020
1 parent 0aac08f commit 8eb0610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
:license {:name "Eclipse Public License"
:url "https://raw.githubusercontent.com/metabase/saml20-clj/master/LICENSE"}

:global-vars {*warn-on-reflection* true}

:aliases
{"test" ["with-profile" "+test" "test"]
"bikeshed" ["with-profile" "+bikeshed" "bikeshed" "--max-line-length" "150"]
Expand Down

0 comments on commit 8eb0610

Please sign in to comment.