Skip to content

johnatas-x/grumphp-phpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository adds a task for GrumPHP that launchs php-assumptions. During a commit check for weak assumption. If an assumption is detected, it won't pass.

Installation

Install it using composer:

composer require --dev johnatas-x/grumphp-phpa

Usage

  1. Add the extension in your grumphp.yml file:
extensions:
  - GrumphpPhpa\ExtensionLoader
  1. Add phpa to the tasks:
tasks:
  phpa:
    path: ~
    exclude: []
  • path (string): The path to analyse.
  • exclude (array): List of files/directories to exclude from the analyse.