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
Provides a linter in Cloud9 IDE for WordPress development using PHP CodeSniffer (PHPCS) based on WordPress Coding Standards (WPCS) and PHPCompatibility/PHPCompabitityWP rules.
15
15
@@ -50,7 +50,7 @@ This plugin will do the following:
50
50
-[x] If errors are found, a warning icon will be displayed next to the line number.
51
51
-[x] When hovering that icon, a tooltip with a message explaining the error(s) will be displayed.
52
52
-[x] In the message, icons will be displayed for helping you distinguish if this is a warning or an error, and if it can be fixed automatically by PHPCBF.
53
-
-[x] In the message, the line and column where the error can be found in the code will be displayed inside parenthesis.
53
+
-[x] In the message, the line and column where the error can be found in the code will be displayed inside parentheses.
54
54
-[x] In the code, errors will be underlined with a red dotted line, and highlighted in red so you can rapidly identify them. Please note that the highlighted characters might not actually be accurate.
55
55
56
56
This plugin won't do the following (yet):
@@ -60,7 +60,7 @@ This plugin won't do the following (yet):
60
60
61
61
### Icons used in messages
62
62
63
-
Since there is no simple way to allow HTML in these tooltips, we use some custom unicode characters for displaying more meaningful messages:
63
+
Since there is no simple way to allow HTML in these tooltips, we use some custom Unicode characters for displaying more meaningful messages:
@@ -70,9 +70,9 @@ Since there is no simple way to allow HTML in these tooltips, we use some custom
70
70
| 𝗪𝗣𝗖𝗦 | The issue was identified using __WordPress__ Coding Standards Rules. |
71
71
| 𝗣𝗛𝗣𝗖𝗼𝗺𝗽𝗮𝘁𝗶𝗯𝗶𝗹𝗶𝘁𝘆 | The issue was identified using __PHPCompatibility__ Rules. |
72
72
| ➀ to ➈ | Any number displayed in a circle represent the __severity__ level of the issue. ➄ is the default severity and is never displayed. |
73
-
| (𝟏𝟐𝟑:𝟕𝟖𝟗) | Numbers displayed inside parenthesis refer to the __line__ and __column__ where the issue can be found. In this example, look at line 123 and column 789. |
73
+
| (𝟏𝟐𝟑:𝟕𝟖𝟗) | Numbers displayed inside parentheses refer to the __line__ and __column__ where the issue can be found. In this example, look at line 123 and column 789. |
74
74
75
-
Ressources
75
+
Resources
76
76
----------
77
77
78
78
* PHP CodeSniffer : [GitHub Repo](https://github.com/squizlabs/PHP_CodeSniffer), [Wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki) & [Analysis of Coding Conventions for WP](https://squizlabs.github.io/PHP_CodeSniffer/analysis/WordPress/WordPress/index.html)
@@ -88,7 +88,7 @@ Changelog
88
88
89
89
* Updating PHP_CodeSniffer library to version 3.3.2.
90
90
* Updating WordPress Coding Standards to version 1.1.0.
91
-
*Updading PHPCompabitity standards to version 9.0.0.
91
+
*Updating PHPCompabitity standards to version 9.0.0.
92
92
* Adding PHPCompabitityWP 2.0.0 and PHPCompatibilityParagonie 1.0.0 standards.
93
93
* Increasing the stdout max output from 200KB to 500KB.
94
94
* Increasing the timeout from 5 to 10 seconds.
@@ -101,7 +101,7 @@ Changelog
101
101
### 0.0.2a - 2017-02-13
102
102
103
103
* Updating WordPress Coding Standards with the latest release as of 2017-02-10.
104
-
*Updading PHPCompabitity standards with the latest release as of 2017-02-06
104
+
*Updating PHPCompabitity standards with the latest release as of 2017-02-06
0 commit comments