mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
25 lines
603 B
YAML
25 lines
603 B
YAML
version: "2"
|
|
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- example
|
|
|
|
settings:
|
|
custom:
|
|
example:
|
|
type: module
|
|
# Description is optional
|
|
description: The description of the linter. This is optional, but shows up when running `golangci-lint linters`.
|
|
# Original-url is optional, and is only used for documentation purposes.
|
|
original-url: github.com/golangci/example-plugin-module-linter
|
|
settings:
|
|
one: Foo
|
|
two:
|
|
- name: Bar
|
|
three:
|
|
name: Bar
|
|
|
|
issues:
|
|
max-issues-per-linter: 0
|
|
max-same-issues: 0
|