notslang / editorconfig-tools

Tools for verifying/fixing code style based on an EditorConfig file
https://npmjs.com/package/editorconfig-tools
GNU General Public License v3.0
54 stars 6 forks source link

Show all trailing whitespace errors #16

Open mcandre opened 9 years ago

mcandre commented 9 years ago

As a lint user, I want to see all occurrences of trailing whitespace for each file, not just the first occurence, so that I can more quickly address these.

jednano commented 9 years ago

eclint does this currently.