We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815593f commit 4d819a5Copy full SHA for 4d819a5
messages.json
@@ -1,4 +1,5 @@
1
{
2
"install": "messages/install.txt",
3
- "2.3.0": "messages/2.3.0.txt"
+ "2.3.0": "messages/2.3.0.txt",
4
+ "2.4.0": "messages/2.4.0.txt"
5
}
messages/2.4.0.txt
@@ -0,0 +1,5 @@
+SublimeLinter-phpcs 2.4.0
+-------------------------------
+
+Quick actions (to ignore specific error codes) can now be enabled by
+adding the `-s` argument. This adds error codes to the output.
0 commit comments