Skip to content

Commit b134615

Browse files
authored
Merge pull request #981 from PHPCSStandards/phpcs-4.0/feature/sq-2471-remove-mysource-standard
Remove the MySource standard
2 parents 5cf5e2d + b2cd929 commit b134615

File tree

52 files changed

+10
-4176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10
-4176
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ already and if so, comment in that issue if you have additional information, ins
3131
Before reporting a bug, you should check what sniff an error is coming from.
3232
Running `phpcs` with the `-s` flag will show the name of the sniff for each error.
3333

34-
If the error code starts with anything other than `Generic`, `MySource`, `PEAR`, `PSR1`, `PSR2`, `PSR12`, `Squiz` or `Zend`,
34+
If the error code starts with anything other than `Generic`, `PEAR`, `PSR1`, `PSR2`, `PSR12`, `Squiz` or `Zend`,
3535
the error is likely coming from an external PHP_CodeSniffer standard.
3636
**Please report bugs for externally maintained sniffs to the appropriate repository.**
3737

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ assignees: ''
1010
<!--
1111
Before reporting a sniff related bug, please check the error code using `phpcs -s`.
1212
13-
If the error code starts with anything other than `Generic`, `MySource`, `PEAR`,
14-
`PSR1`, `PSR2`, `PSR12`, `Squiz` or `Zend`, the error is likely coming from an
15-
external PHP_CodeSniffer standard.
13+
If the error code starts with anything other than `Generic`, `PEAR`, `PSR1`,
14+
`PSR2`, `PSR12`, `Squiz` or `Zend`, the error is likely coming from an
15+
PHP_CodeSniffer standard.
1616
1717
Please report bugs for externally maintained sniffs to the appropriate external
1818
standard repository (not here).

.github/labeler.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ labels:
5050
draft: false
5151
files:
5252
- "src/Standards/Generic/(Docs|Sniffs)/.*"
53-
- label: "Standard: MySource"
54-
draft: false
55-
files:
56-
- "src/Standards/MySource/(Docs|Sniffs)/.*"
5753
- label: "Standard: PEAR"
5854
draft: false
5955
files:

.github/workflows/validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
run: |
9595
diff -B ./phpcs.xml.dist <(xmllint --format "./phpcs.xml.dist")
9696
diff -B ./src/Standards/Generic/ruleset.xml <(xmllint --format "./src/Standards/Generic/ruleset.xml")
97-
diff -B ./src/Standards/MySource/ruleset.xml <(xmllint --format "./src/Standards/MySource/ruleset.xml")
9897
diff -B ./src/Standards/PEAR/ruleset.xml <(xmllint --format "./src/Standards/PEAR/ruleset.xml")
9998
diff -B ./src/Standards/PSR1/ruleset.xml <(xmllint --format "./src/Standards/PSR1/ruleset.xml")
10099
diff -B ./src/Standards/PSR2/ruleset.xml <(xmllint --format "./src/Standards/PSR2/ruleset.xml")

src/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php

Lines changed: 0 additions & 126 deletions
This file was deleted.

src/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)