maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Fix rubocop #63

Closed warbot closed 7 years ago

warbot commented 7 years ago

Reason

Validator.vim was not working with Rubocop 0.41.1 because the output has extra spaces.

C:   1: 3: Extra

vs

C: 1: 3: Extra

Changes

  1. Rubocop lint to parse arbitrary number of whitespaces
  2. Rubocop lint to use local not global config
  3. Added logging for parse_loclist
  4. README
warbot commented 7 years ago

Hey @maralla what do you think?

maralla commented 7 years ago

Thanks! It looks good to me.