Skip to content

Commit

Permalink
Added results
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 16, 2024
1 parent 7a893dd commit 5702f73
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 --no-recursive
markdownlint "*.md" --disable MD013 --no-recursive --ignore "node_modules/*"

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

0 comments on commit 5702f73

Please sign in to comment.