Skip to content

Commit

Permalink
Prevent recursive search
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 16, 2024
1 parent 784fe82 commit 7a893dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ check-python-style:
pylint -f parseable --disable=W,invalid-name --disable=W,duplicate-code ${PYTHON_FILES}

markdown-style:
markdownlint "*.md" --disable MD013
markdownlint "*.md" --disable MD013 --no-recursive

# This target deletes files that are not committed to version control.
clean:
Expand Down

0 comments on commit 7a893dd

Please sign in to comment.