Skip to content

Commit

Permalink
mv
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Aug 30, 2024
1 parent 252584c commit 69e3de3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{:hooks
{:macroexpand
{compojure.api.sweet/GET compojure.api.core/GET
compojure.api.core/GET compojure.api.core/GET
compojure.api.core/defroutes compojure.api.core/defroutes}}}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{:hooks
{:macroexpand
{compojure.api.sweet/GET compojure.api.core/GET
compojure.api.core/GET compojure.api.core/GET
compojure.api.core/defroutes compojure.api.core/defroutes}}}
2 changes: 1 addition & 1 deletion examples/clj-kondo-hooks/script/lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

./script/clj-kondo --lint src --config '{:output {:format :text :summary false}}'
./script/clj-kondo --lint src --config '{:output {:format :text :summary false}}' --debug
5 changes: 5 additions & 0 deletions resources/clj-kondo.exports/metosin/compojure-api/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:hooks
{:macroexpand
{compojure.api.sweet/GET compojure.api.core/GET
compojure.api.core/GET compojure.api.core/GET
compojure.api.core/defroutes compojure.api.core/defroutes}}}

0 comments on commit 69e3de3

Please sign in to comment.