SublimeLinter / SublimeLinter-rubocop

SublimeLinter 3 plugin for Ruby, using rubocop.
MIT License
159 stars 40 forks source link

Mark "Better RSpec" as a rubocop lintable syntax #24

Closed A5308Y closed 8 years ago

A5308Y commented 8 years ago

The files marked as Syntax "Better RSpec" were ignored before. See https://github.com/fnando/better-rspec-for-sublime-text to get information about "Better RSpec"

I'm a bit unsure about downcasing and the in "better rspec". When I select the syntax sublime shows "Better RSpec" in the bottom-right corner.

A5308Y commented 8 years ago

Hmm. I'm a bit confused about the error message... pep257 says: ./linter.py:17 in public class Rubocop: D211: No blank lines allowed before class docstring (found 1) When I remove the blank line pep257 says: ./linter.py:16 in public class Rubocop: D203: 1 blank line required before class docstring (found 0)

O_o

What to do?

reconbot commented 8 years ago

It's not you, travis is now failing previous builds when they're rerun too

reconbot commented 8 years ago

It wanted you to remove line 18, I don't know why it suddenly started doing that. Weird!

Anyway, I merged your changes and released a new version with your changes.

A5308Y commented 8 years ago

Thanks! That was really quick! Plus I'm glad you found it weird too.