Skip to content

Commit

Permalink
add reuse lint pre-commit hook check #249
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroch-rivosinc committed Feb 17, 2023
1 parent c15a4fb commit 8b62bea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ repos:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]

# pull mirror of https://github.com/fsfe/reuse-tool
- repo: https://gitlab.ba.rivosinc.com/pub/it/reuse-tool
rev: v1.1.2
hooks:
- id: reuse

# FIXME(kbroch): Once we figure out the licensing
# pull mirror from: https://github.com/Lucas-C/pre-commit-hooks
# - repo: https://gitlab.ba.rivosinc.com/pub/it/lucas-c-pre-commit-hooks.git
Expand Down

0 comments on commit 8b62bea

Please sign in to comment.