Skip to content

Commit 45ada2f

Browse files
chore: update linter configurations and dependencies, improve changelog formatting
1 parent 2441b8a commit 45ada2f

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

.markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MD046:
2525

2626
# Allow hard tabs in code
2727
MD010:
28-
ignore_code_blocks: true
28+
code_blocks: false
2929

3030
# Disable duplicate headings (for CHANGELOG.md)
3131
MD024: false

.yaml-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ rules:
1212
allow-non-breakable-inline-mappings: true
1313
ignore:
1414
- .licenses/
15+
- fixtures/invalid-config.yml

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
### Fixed
88

9-
- Improved PR comment formatting with clickable file links when annotations are skipped
9+
- Improved PR comment formatting with clickable file links when annotations are
10+
skipped
1011
- Added validation for invalid report format configuration
1112
- Added error handling for malformed YAML config files
1213
- Added error handling for invalid custom-matchers JSON input

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ inputs:
2525
default: '10'
2626
custom-matchers:
2727
description: |-
28-
Custom matchers to use for parsing reports in JSON format: { "matcher-name": ReportMatcher }
28+
Custom matchers to use for parsing reports in JSON format.
29+
Example: { "matcher-name": ReportMatcher }
2930
See ./src/matchers for examples
3031
token:
3132
description: GitHub token for creating PR comments

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@actions/github": "^6.0.0",
4747
"@types/glob": "^8.1.0",
4848
"@xmldom/xmldom": "^0.8.10",
49-
"glob": "^10.3.10",
49+
"glob": "^10.5.0",
5050
"xpath": "^0.0.34",
5151
"yaml": "^2.3.4"
5252
},

0 commit comments

Comments
 (0)