Skip to content

Commit

Permalink
pre-commit: integrate markdownlint, format previously ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Aug 25, 2020
1 parent dc98efc commit ca7056d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Please check [Contribution Guidelines](https://github.com/cp2k/cp2k/wiki/Contribution-Guidelines).
# Contribution Guidelines

Please check [the Contribution Guidelines in our Github Wiki](https://github.com/cp2k/cp2k/wiki/Contribution-Guidelines).
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ repos:
tools/prettify/fprettify/.|
tools/build_utils/fypp|
)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: master
hooks:
- id: markdownlint
- repo: local
hooks:
- id: doxify
Expand Down
6 changes: 4 additions & 2 deletions exts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This directory provides access to external libraries via GIT submodules.
# This directory provides access to external libraries via GIT submodules

Please refer to the external repositories for any changes:
DBCSR: https://github.com/cp2k/dbcsr

* [DBCSR](https://github.com/cp2k/dbcsr)
3 changes: 2 additions & 1 deletion tools/docker/scripts/install_formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ apt-get install -qq --no-install-recommends \
build-essential \
make \
perl \
python3-{pip,setuptools,wheel,dev}
python3-{pip,setuptools,wheel,dev} \
nodejs

rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ca7056d

Please sign in to comment.