johng/lge-codesniffer

Custom coding standard base on php-codesniffer.

v2.0-stable 2017-04-27 07:12 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:37:48 UTC


README

1、Lge_CodeSniffer/PHP_CodeSniffer的安装配置使用(Windows)

2、Lge_CodeSniffer/PHP_CodeSniffer的安装配置使用(Linux)

3、在PHPStorm中使用Lge_CodeSniffer(Linux+Windows)

配置检测忽略

在项目根目录下创建 .csignore 文件,并将不需要检测的文件或者目录添加进去,一行一条。
例如:
忽略目录: Test/*
忽略文件: ThirtyPart/Xxx.php

错误信息说明

待整理