golangci / golangci-lint

Fast linters runner for Go
https://golangci-lint.run
GNU General Public License v3.0
15.69k stars 1.39k forks source link

Coloring Options for Severity #1839

Open butuzov opened 3 years ago

butuzov commented 3 years ago

Is your feature request related to a problem? Please describe. As a new dev in a team, I want to be able to distinguish issues by their severity. But Severity is an opinionated thing and it really depends, on what you "mean" and how you treat error. In golangci-lint

Why not combine those two?

Describe the solution you'd like Custom colors per severity?

Describe alternatives you've considered Filtering out non-errors, or non-critical things.

Additional context Here is demo of implementation on how it difference: golangci-lint-colors golangci-lint

Upvote or Downvote?

wandergeek commented 2 years ago

Yes please!