Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • d819675712545550bfe7e3cc04d4d3692b6501ad
  • main default protected
2 results

README.md

Blame
  • .codeclimate.yml 557 B
    engines:
      duplication:
        enabled: true
        config:
          languages:
          - javascript
          - php
      phpcodesniffer:
        enabled: true
        config:
          file_extensions: "php"
          ignore_warnings: true
          standard: "PSR2"
          checks:
            PSR2 Classes ClassDeclaration MissingNamespace:
              enabled: false
    ratings:
      paths:
      - "**.php"
    exclude_paths:
    - GPL_LIB/**/*
    - features/**/*
    - doc/**/*
    - tmpl/**/*
    - log/**/*
    - config/**/*
    - logrotate/**/*
    - snmptrapd/**/*
    - varinstall/**/*
    - lib/Zend/**/*
    - www/lib/HTML/**/*
    - www/install/**/*