Skip to content

Commit c90c0bf

Browse files
author
james-ball-qualcomm
authored
Merge pull request #86 from riscv/85-test-precommit-changes
Change text in comment to trigger pre-commit checks
2 parents 144f824 + cd9e469 commit c90c0bf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ repos:
66
- id: check-symlinks
77
- id: check-yaml
88
- id: end-of-file-fixer
9-
exclude: |
10-
\.svg$|
11-
\.json$
9+
exclude: '\.(svg|json)$'
1210
- id: trailing-whitespace
1311
args: [--markdown-linebreak-ext=md]
1412
exclude: \.svg$

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Makefile for tests for tools/scripts in docs-resources repository.
1+
# Makefile for tests of tools/scripts in docs-resources repository.
22
# Must be run in top-level directory of docs-resources repository.
33
#
44
# This work is licensed under the Creative Commons Attribution-ShareAlike 4.0

tests/norm-rule/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# yaml-language-server: $schema=../../schemas/defs-schema.json
23

34
$schema: "../../schemas/defs-schema.json#"

0 commit comments

Comments
 (0)