herr kaste
herr kaste
There is no 1-to-1 relationship between app code and testing code. There is also no established convention how we should organize tests in the python community. Again, you need a...
IMO, I would not add a note *at all* in the `"if is not None"`-case. E.g. code like `re.search("^DC(.*)-HMAC", authorization).group(1)` would produce such a note.
I used "identify feature" and had to disable `quick-mention` *and* `locked-issue`. I'm on 24.4.9 using Brave.
Don't know if you will pull this ... everyone hates this reformatting stuff on PR's ... sorry ... but if look at the commits using 'no whitespace' diff it is...
@suchow @mpacer @laraross @j10sanders Can you please update the linter plugin (basically merge this) or transfer the repo into the SublimeLinter org. Ping/ask @braver for the transfer.
Actually @fnando's version is currently the best as it also fixes another deprecated thing. https://github.com/fnando/SublimeLinter-contrib-proselint Can you pull the main branch from there?
@fnando Can I just change package control to point to your repo? You would need to make a fresh 0.4.0 release though?
Please describe the "absolute path issue for golangci-lint". The change introduced would change the linter behavior from linting the path the current edited file is in to "just the file"....
Hm, probably https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-default-tab-width It looks like phpcs reports the same line:column pair for both cases, which would mean it interprets one tab has a width of 4 spaces/characters. Maybe setting...
I looked at ale, a vim plugin, and they actually do the same as we do here. I did not find a similar issue over there, so I would suggest...