Skip to content

Commit 15291fa

Browse files
committed
Remove some references to scanning JS/CSS files
1 parent ee242dc commit 15291fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cspell.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dictionaries": ["php"],
44
"allowCompoundWords": true,
55
"ignorePaths": [
6-
"src/Standards/*/Tests/*/*.{inc,js,css}",
7-
"src/Standards/*/Tests/*/*.{inc,js,css}.fixed"
6+
"src/Standards/*/Tests/*/*.{inc}",
7+
"src/Standards/*/Tests/*/*.{inc}.fixed"
88
],
99
"ignoreRegExpList": ["email", "^\\s+\\*\\s+@(author|copyright)\\s+.*$"],
1010
"words": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PHP_CodeSniffer
1818
1919
## About
2020

21-
PHP_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second `phpcbf` script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
21+
PHP_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP files to detect violations of a defined coding standard, and a second `phpcbf` script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
2222

2323

2424
## Requirements

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phpcsstandards/php_codesniffer",
3-
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3+
"description": "PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.",
44
"type": "library",
55
"keywords": [
66
"phpcs",

0 commit comments

Comments
 (0)