Skip to content

Commit

Permalink
Merge pull request #3865 from JacquesCarette/makeHotHlint
Browse files Browse the repository at this point in the history
`make pr_ready`: switch reliance on `hot_hlint` to `hlint`
  • Loading branch information
JacquesCarette authored Jul 22, 2024
2 parents ce525a2 + 9bb9075 commit 8803ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ debug: test ##@Examples Run test target with better debugging tools.
# Debugging individual examples
$(DEBUG_EXAMPLES): %$(DEBUG_E_SUFFIX): %$(TEST_E_SUFFIX)

pr_ready: all hot_hlint ##@General Check if your current work is ready to for a PR via `all` and `hot_hlint`.
- echo "Your build/ and stable/ match, and your code currently passes HLint tests."
- echo "Feel free to create a PR for your code if you feel it's ready."
pr_ready: all hlint ##@General Check if your current work is ready to for a PR via `all` and `hlint`.
@echo "Your build/ and stable/ match, and your code currently passes HLint tests."
@echo "Feel free to create a PR for your code if you feel it's ready."

#----------------------#
#--- Initial checks ---#
Expand Down

0 comments on commit 8803ca5

Please sign in to comment.