<?xml version="1.0"?>
<ruleset name="WPTelegram">

     <!-- Enable colors in report -->
     <arg name="colors"/>

     <!-- Add source codes in the report -->
     <arg value="s"/>

     <!-- Load WordPress Coding standards -->
     <rule ref="WordPress"/>

     <!-- Customize -->
     <rule ref="WordPress">
          <!-- Disable File Name warning -->
          <exclude name="WordPress.Files.FileName" />
          <!-- Disable short array syntax warning -->
          <exclude name="Generic.Arrays.DisallowShortArraySyntax" />
     </rule>
     <!-- Disallow Long Array Syntax -->
     <rule ref="Generic.Arrays.DisallowLongArraySyntax.Found">
          <type>warning</type>
     </rule>
</ruleset>
