Skip to content

Commit

Permalink
Additional clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed Jul 7, 2021
1 parent 650e5f3 commit bcff74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd "${GITHUB_WORKSPACE}" || exit
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

clj-kondo --lint $(find "${INPUT_PATH}" -not -path "${INPUT_EXCLUDE}" -type f -name "${INPUT_PATTERN}") \
--config "${INPUT_CLJ_KONDO_CONFIG:-'{:output {:pattern "{{filename}}:{{row}}:{{col}}: {{message}}"}}'}" \
--config "${INPUT_CLJ_KONDO_CONFIG}" \
--config '{:output {:pattern "{{filename}}:{{row}}:{{col}}: {{message}}"}}' \
| reviewdog \
-efm="%f:%l:%c: %m" \
Expand Down

0 comments on commit bcff74f

Please sign in to comment.