Synthetica9 / nix-linter

Linter for the Nix expression language
BSD 3-Clause "New" or "Revised" License
158 stars 16 forks source link

Add check messages #23

Closed marsam closed 5 years ago

marsam commented 5 years ago

It would be nice that the checks include descriptive messages about what each checker means

Use case: I'm writing a Flycheck checker, but I'm writing the check messages myself https://github.com/marsam/flycheck/commit/acfce5461dc5869502c4f011152ad9622923390f image

Synthetica9 commented 5 years ago

Ah, yes, great idea! I'll add an description field to the JSON output.

(Cool that you're writing editor support BTW!)

Synthetica9 commented 5 years ago

@marsam eabae01 should fix this.

marsam commented 5 years ago

thanks!