Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
.pre-commit-config.yaml @jbampton @jiayuasu
.prettierignore @jbampton @jiayuasu
.prettierrc @jbampton @jiayuasu
.shellcheckrc @jbampton @jiayuasu
Makefile @jbampton @jiayuasu
/.github/linters/ @jbampton @jiayuasu
File renamed without changes.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ repos:
\.gitattributes|
\.prettierignore|
\.prettierrc|
\.shellcheckrc|
\.github/linters/\.clang-format|
\.github/linters/\.shellcheckrc|
\.github/CODEOWNERS|
.*/\.gitignore|
tools/maven/scalafmt\.conf
Expand Down Expand Up @@ -473,6 +473,7 @@ repos:
- id: shellcheck
name: run shellcheck
description: check Shell scripts with shellcheck
args: [--rcfile=.github/linters/.shellcheckrc]
- repo: https://github.com/adrienverge/yamllint
rev: v1.38.0
hooks:
Expand Down