Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

CHANGELOG

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    codingstyle.xml 259 B
    <?xml version="1.0" encoding="UTF-8"?>
    <ruleset name="centreonCodingStyle">
      <description>Centreon coding style.</description>
      <rule ref="PSR2" />
      <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
        <severity>0</severity>
      </rule>
    </ruleset>