Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 504 Bytes

documentation.md

File metadata and controls

14 lines (10 loc) · 504 Bytes

CCABS task phplint

This task executes php in lint mode on your project.

Utilized properties

Currently the phplint task knows about the following properties:

  • ccabs.bin.phplint the path to the php executable (default: php from environment variable).
  • phplint.src source directories to be analyzed with php in lint mode (space separated list, default: ${ccabs.src.dirs.php}).

See the default properties file for the complete list.