mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Core: add the Generic.VersionControl.GitMergeConflict
sniff
Fixes 1500
This commit is contained in:
parent
16ed111ed4
commit
664adf643a
1 changed files with 3 additions and 0 deletions
|
@ -523,6 +523,9 @@
|
|||
<message>Best practices: Declare only one class/interface/trait in a file.</message>
|
||||
</rule>
|
||||
|
||||
<!-- Error on merge conflict markers. -->
|
||||
<rule ref="Generic.VersionControl.GitMergeConflict"/>
|
||||
|
||||
<!--
|
||||
#############################################################################
|
||||
Not in the coding standard handbook: WP specific sniffs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue