lint/pkg/lint
Virgil a567b72b18 docs(lint): add AX usage examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 12:24:29 +00:00
..
testdata/catalog feat: add Catalog loader with dir/embed/filter support 2026-03-09 10:55:13 +00:00
adapter.go Populate adapter versions in lint reports 2026-04-01 06:28:04 +00:00
catalog.go fix(ax): harden structured output paths 2026-03-30 12:28:42 +00:00
catalog_test.go fix(ax): harden structured output paths 2026-03-30 12:28:42 +00:00
complexity.go refactor: replace os.* and fmt.Errorf with go-io/go-log conventions 2026-03-16 19:44:45 +00:00
complexity_test.go feat: extract devkit from go-devops into core/lint 2026-03-09 11:30:38 +00:00
config.go docs(lint): add AX usage examples 2026-04-01 12:24:29 +00:00
coverage.go fix(ax): stabilise map-derived ordering 2026-03-30 10:46:52 +00:00
coverage_test.go fix(ax): stabilise map-derived ordering 2026-03-30 10:46:52 +00:00
detect_project.go docs(lint): add AX usage examples 2026-04-01 12:24:29 +00:00
detect_project_test.go fix(lint): preserve explicit empty file scopes 2026-04-01 11:43:25 +00:00
matcher.go feat(ax): implement RFC lint orchestration CLI 2026-03-30 13:50:39 +00:00
matcher_test.go feat: add regex Matcher with exclude pattern support 2026-03-09 10:56:07 +00:00
output.go refactor(lint): expand service names for AX clarity 2026-04-01 12:10:57 +00:00
output_test.go refactor(lint): short-circuit explicit output resolution 2026-04-01 11:47:18 +00:00
report.go docs(lint): add AX usage examples 2026-04-01 12:24:29 +00:00
report_test.go fix(lint): normalise report output levels 2026-04-01 11:07:50 +00:00
rule.go refactor: replace all remaining fmt.Errorf with coreerr.E from go-log 2026-03-16 21:48:58 +00:00
rule_test.go feat: add Rule struct with YAML parsing and validation 2026-03-09 10:54:15 +00:00
scanner.go docs(lint): add AX usage examples 2026-04-01 12:24:29 +00:00
scanner_test.go fix(lint): skip hidden dirs in scanner 2026-04-01 12:14:51 +00:00
service.go docs(lint): add AX usage examples to orchestration types 2026-04-01 12:19:35 +00:00
service_test.go fix(lint): preserve explicit empty file scopes 2026-04-01 11:53:19 +00:00
tools.go refactor(lint): add semantic tracked comment API 2026-04-01 11:18:16 +00:00
tools_test.go refactor(lint): add semantic tracked comment API 2026-04-01 11:18:16 +00:00
vulncheck.go refactor: replace all remaining fmt.Errorf with coreerr.E from go-log 2026-03-16 21:48:58 +00:00
vulncheck_test.go feat: extract devkit from go-devops into core/lint 2026-03-09 11:30:38 +00:00