mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-01-16 10:22:09 +01:00
Expands the pre-commit configuration with a wider range of hooks to enforce file quality, validation, security, and Git safety checks. The CI pipeline is updated to: - Correct the `golangci-lint` format command to `fmt`. - Enable CGO for test execution to support the race detector. - Improve the robustness of test report parsing scripts. Additionally, this commit includes minor stylistic and formatting cleanups across various project files.
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
# These owners will be the default owners for everything in
|
|
# the repo. Unless a later match takes precedence, they will
|
|
# be requested for review when someone opens a pull request.
|
|
* @kjanat
|
|
|
|
# Specific file/directory ownership examples:
|
|
# /parser/ @parsing-expert
|
|
# /exporters/ @export-specialist
|
|
# *.go @go-reviewer
|
|
|
|
# Documentation files
|
|
/README.md @kjanat
|
|
/docs/ @kjanat
|
|
|
|
# Configuration files
|
|
/.github/ @kjanat
|
|
/go.mod @kjanat
|
|
/go.sum @kjanat
|