Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 0b5d58794e90ef7c924a2177a3b2f37132f6d8e6
  • master default protected
  • MON-2693-new-menu
  • php7-migration
  • poc-redis
  • security-fix-virtual-metrics-sql
  • security-fix-reporting
  • security-fix-menu-username
  • security-fix-export-graph
  • security-fix-metrics-injection
  • security-fix-virtual-metrics
  • security-fix-curves-templates
  • security-fix-command-form
  • security-fix-administration-logs
  • clapi_filter
  • MON2733-C2_Security_fix
  • new-header-2.8.x
  • MON-2725-ldap-passwords
  • 2.8.x
  • 6073-fix-view-contact-notifications
  • MON2703-new-api-menu
  • 2.8.23
  • 2.8.22
  • 2.8.21
  • 2.8.20
  • 2.8.19
  • 2.8.18
  • 2.8.17
  • 2.8.216
  • 2.8.16
  • 2.7.13
  • 2.8.15
  • help
  • 2.8.14
  • 2.8.13
  • 2.8.12
  • 2.7.12
  • 2.8.11
  • 2.8.10
  • 2.8.10-release
  • 2.8.9
41 results

.codeclimate.yml

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/**/*