댓글 검색 목록

[php] PHP Code Sniffer - PHP, CSS 및 JS 코딩 표준 위반을 감지하는 라이브러리

페이지 정보

작성자 운영자 작성일 21-01-29 09:52 조회 923 댓글 0

PHP_CodeSniffer는 PHP 파일을 토큰 화하고 정의 된 코딩 표준 세트의 위반을 감지합니다.


https://github.com/squizlabs/PHP_CodeSniffer


# Download using curl
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar

# Or download using wget
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar

# Then test the downloaded PHARs
php phpcs.phar -h
php phpcbf.phar -h






댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.