lint/.core/build.yaml
Snider 21b1e60fd9 feat: initialise core/lint module
Go module, .core/build.yaml, CLAUDE.md, directory structure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 10:51:49 +00:00

25 lines
345 B
YAML

version: 1
project:
name: core-lint
description: Pattern catalog and regex code checker
main: ./cmd/core-lint
binary: core-lint
build:
cgo: false
flags:
- -trimpath
ldflags:
- -s
- -w
targets:
- os: linux
arch: amd64
- os: linux
arch: arm64
- os: darwin
arch: arm64
- os: windows
arch: amd64