Available targets: install-tools - Install required linting and development tools lint - Run all linters (Go, EditorConfig, Makefile, shell, YAML) lint-fix - Run linters with auto-fix enabled lint-verbose - Run linters with verbose output test - Run tests test-coverage - Run tests with coverage output coverage - Run tests with coverage and generate HTML report build - Build the application clean - Clean build artifacts all - Run lint, test, and build Security targets: security - Run comprehensive security scan security-full - Run full security analysis with all tools vuln-check - Check for dependency vulnerabilities Dependency management: deps-check - Check for available dependency updates deps-update - Update all dependencies to latest versions deps-tidy - Clean up and verify dependencies Benchmark targets: build-benchmark - Build the benchmark binary benchmark - Run all benchmarks benchmark-collection - Run file collection benchmarks benchmark-processing - Run file processing benchmarks benchmark-concurrency - Run concurrency benchmarks benchmark-format - Run format benchmarks Run 'make ' to execute a specific target.