ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 653 forks source link

ci(golangci): update config #276

Closed sambacha closed 2 months ago

sambacha commented 3 months ago

Remove usage of depreciated values

Description

makea da golangci config all nice and good

Tests

i run locally it nice and good

Additional context

maybe add output config for nice good results ya

# output configuration options
output:
  # The formats used to render issues.
  # Format: `colored-line-number`, `line-number`, `json`, `colored-tab`, `tab`, `checkstyle`, `code-climate`, `junit-xml`, `github-actions`, `teamcity`
  # Output path can be either `stdout`, `stderr` or path to the file to write to.
  #
  # For the CLI flag (`--out-format`), multiple formats can be specified by separating them by comma.
  # The output can be specified for each of them by separating format name and path by colon symbol.
  # Example: "--out-format=checkstyle:report.xml,json:stdout,colored-line-number"
  # The CLI flag (`--out-format`) override the configuration file.
  #
  # Default:
  #   formats:
  #     - format: colored-line-number
  #       path: stdout
  formats:
    - format: json
      path: stderr
    - format: checkstyle
      path: report.xml
    - format: colored-line-number

Metadata