Skip to content

PHP Code Sniffer & PHP Copy/Paste Detector Error - SQLSTATE[HY000]: General error 7 #66

Description

@BrunoJunior

Error messages :
image
.php-censor.yml :

build_settings:
  clone_depth: 1 # depth of 1 is a shallow clone, remove this line to clone entire repo
  ignore:
    - "vendor"
    - "tests"

setup:
  composer:
    action: "install"

test:
  php_mess_detector:
    allow_failures: true
  php_code_sniffer:
    standard: "PSR2"
  php_cpd:
    allow_failures: true

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions