Sync plugins from current page
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
		
							
								
								
									
										15
									
								
								wp-content/plugins/imsanity/phpcs.ruleset.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								wp-content/plugins/imsanity/phpcs.ruleset.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| <?xml version="1.0"?> | ||||
| <ruleset name="WordPress Coding Standards for Plugins"> | ||||
| 	<description>Generally-applicable sniffs for WordPress plugins</description> | ||||
|  | ||||
| 	<exclude-pattern>*/vendor/*</exclude-pattern> | ||||
| 	<exclude-pattern>*/tests/*</exclude-pattern> | ||||
|  | ||||
| 	<rule ref="WordPress-Core" /> | ||||
| 	<rule ref="WordPress-Docs" /> | ||||
| 	<rule ref="WordPress.PHP.NoSilencedErrors"> | ||||
| 		<properties> | ||||
| 			<property name="custom_whitelist" type="array" value="exif_read_data"/> | ||||
| 		</properties> | ||||
| 	</rule> | ||||
| </ruleset> | ||||
		Reference in New Issue
	
	Block a user