PHP Classes

File: .codeclimate.yml

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 Session   .codeclimate.yml   Download  
File: .codeclimate.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK4 Session
Store and retrieve PHP session data in a database
Author: By
Last change:
Date: 4 years ago
Size: 893 bytes
 

Contents

Class file image Download
version: "2" plugins: # Disabling plugins until there is a reasonable way to sanitize their output phpcodesniffer: enabled: false config: standard: "PSR1,PSR2" ignore_warnings: true encoding: utf-8 phpmd: enabled: false sonar-php: enabled: false checks: argument-count: config: threshold: 4 complex-logic: config: threshold: 4 file-lines: config: threshold: 1000 method-complexity: config: threshold: 40 method-count: config: threshold: 40 method-lines: config: threshold: 100 nested-control-flow: config: threshold: 4 return-statements: config: threshold: 4 similar-code: config: threshold: 100 identical-code: config: threshold: 150 ratings: paths: - src/**/* exclude_patterns: - docs/**/* - tests/**/* - vendor/**/*