PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Michael Beck   PHP Car Dealer Website   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Car Dealer Website
Application to manage a car dealer business
Author: By
Last change:
Date: 5 years ago
Size: 568 bytes
 

Contents

Class file image Download
# language: php build: nodes: analysis: project_setup: override: true tests: override: - php-scrutinizer-run --enable-security-analysis dependencies: after: # The following installs the most recent XOOPS CMS version, you might want # to install a specific release tag or branch instead. - git clone --depth=1 https://github.com/XOOPS/XoopsCore25 - git clone --depth=1 https://github.com/mambax7/tag tests: true filter: dependency_paths: - XoopsCore25/* - tag/*