mirror of
https://github.com/ivuorinen/go-test-sarif.git
synced 2026-01-26 03:04:09 +00:00
* feat: add golangci-lint and restore megalinter config * chore: fix linting, go mod tidy * fix(ci): add golangci-lint action setup to test.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: tweaks * fix(ci): tweaks * fix(ci): disable go_golangci_lint in megalinter * chore: yamllint rules * chore(ci): tweak yml --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
12 lines
281 B
YAML
12 lines
281 B
YAML
---
|
|
# yamlfmt configuration file
|
|
# Schema: https://raw.githubusercontent.com/google/yamlfmt/main/schema.json
|
|
formatter:
|
|
type: basic
|
|
include_document_start: true
|
|
gitignore_excludes: true
|
|
retain_line_breaks_single: true
|
|
eof_newline: true
|
|
max_line_length: 120
|
|
indent: 2
|