Skip to content

Commit

Permalink
iox-eclipse-iceoryx#889 Documentation fixes for hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dkroenke committed Feb 9, 2022
1 parent 9fbcadb commit 1527982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Checkout
uses: actions/checkout@v2
# Using the latest master commit to make use of 'cmake_command' and 'config_file' options
- uses: ZedThree/clang-tidy-review@7c3cca0396a179f2fb014dc55d8c6b97d640673c
id: review
with:
Expand Down
3 changes: 1 addition & 2 deletions tools/git-hooks/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ In the current state the git hooks do the following job:
- run `clang-tidy` on all files to commit, modified files will drop warnings,
newly added files treat warnings as errors when the linter detects a warning.

For running `clang-format` it checks if the version 10 is used, otherwise it will print a warning,
you can install it by using the following command:
You can install them with the following command:

```bash
sudo apt install clang-format clang-tidy
Expand Down

0 comments on commit 1527982

Please sign in to comment.