You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a weird issue where after installed WPCS in Sublime Text it does work as expected but does not recognise for example = alignment errors or => alignment errors in the IDE (Neither it beautifies them), but it does recognise wrong indentation for example.
Also it recognises wrong alignments just fine in the terminal.
It should, but does not recognise the wrong => alignments. It does recognise them in terminal, weirdly.
Does anyone have a clue why this might be?
As said otherwise WPCS works just fine, it even recognises indentation issues, and beautifier works as well, just that it seems it does not use the full WordPress set, even if I declared it in the IDE Settings.
Ever stranger is that if I pass all subsets in the IDE settings, so not just WordPress but the whole bunch (even if they all should be part of WordPress) like so "--standard": "WordPress-Extra, WordPress-Docs, WordPress-Core, WordPress, WordPress-Core",, then the IDE console tells me ERROR: the " WordPress-Docs" coding standard is not installed. The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz, Zend, WordPress, WordPress-Core, WordPress-Docs and WordPress-Extra
Well... it says WordPress-Docs is not there, but then says it is installed anyway. And, WordPress-Docs is not the one broken, it works just fine.
I have installed WPCS following these steps: #2001
Maybe someone can hint me what I am doing wrong?
(PS, in order to not waste the time of devs here, maybe it would be a good idea to open a discussion tab in this git project so users can help users without polluting the issues list?)
The text was updated successfully, but these errors were encountered:
I have a weird issue where after installed WPCS in Sublime Text it does work as expected but does not recognise for example
=
alignment errors or=>
alignment errors in the IDE (Neither it beautifies them), but it does recognise wrong indentation for example.Also it recognises wrong alignments just fine in the terminal.
As an example:
It should, but does not recognise the wrong
=>
alignments. It does recognise them in terminal, weirdly.Does anyone have a clue why this might be?
As said otherwise WPCS works just fine, it even recognises indentation issues, and beautifier works as well, just that it seems it does not use the full
WordPress
set, even if I declared it in the IDE Settings.Ever stranger is that if I pass all subsets in the IDE settings, so not just
WordPress
but the whole bunch (even if they all should be part ofWordPress
) like so"--standard": "WordPress-Extra, WordPress-Docs, WordPress-Core, WordPress, WordPress-Core",
, then the IDE console tells meERROR: the " WordPress-Docs" coding standard is not installed. The installed coding standards are MySource, PEAR, PSR1, PSR2, PSR12, Squiz, Zend, WordPress, WordPress-Core, WordPress-Docs and WordPress-Extra
Well... it says
WordPress-Docs
is not there, but then says it is installed anyway. And,WordPress-Docs
is not the one broken, it works just fine.I have installed WPCS following these steps: #2001
Maybe someone can hint me what I am doing wrong?
(PS, in order to not waste the time of devs here, maybe it would be a good idea to open a
discussion
tab in this git project so users can help users without polluting theissues
list?)The text was updated successfully, but these errors were encountered: