erickgnavar / flymake-ruff

flymake plugin for ruff linter
GNU General Public License v3.0
37 stars 6 forks source link

Add Ruff program name to output #2

Closed skangas closed 1 year ago

skangas commented 1 year ago

This adds a prefix "Ruff: " to flymake messages to make it clear where they're from.

erickgnavar commented 1 year ago

Hi @skangas, thanks for your contribution :)