PHP Classes

File: .codeclimate.yml

Recommend this page to a friend!
  Classes of Michael Beck   XOOPS Publisher Module   .codeclimate.yml   Download  
File: .codeclimate.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: XOOPS Publisher Module
Publish static HTML content and article with XOOPS
Author: By
Last change:
Date: 4 years ago
Size: 552 bytes
 

Contents

Class file image Download
engines: eslint: enabled: true csslint: enabled: true duplication: enabled: true config: languages: - javascript - php fixme: enabled: true phpmd: enabled: true config: file_extensions: - php - inc phpcodesniffer: enabled: true config: file_extensions: "php,inc,lib" standard: "PSR1,PSR2" checks: Generic Files LineLength TooLong: enabled: false ratings: paths: - "**.inc" - "**.js" - "**.lib" - "**.php" exclude_paths: []