Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,10 @@ repos:
name: run editorconfig-checker
description: a tool to verify that your files are in harmony with your .editorconfig
alias: ec
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.2
hooks:
- id: check-citation-file-format
name: run check-citation-file-format
description: validate citation file format
files: ^CITATION\.cff$
1 change: 1 addition & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.

cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: Apache Shiro
type: software
authors:
Expand Down
Loading