Core: add the Generic.VersionControl.GitMergeConflict sniff

Fixes 1500
This commit is contained in:
jrfnl 2020-04-11 09:57:09 +02:00
parent 16ed111ed4
commit 664adf643a
No known key found for this signature in database
GPG key ID: 88BCD0973A23BCC6

View file

@ -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.