We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed9644 commit 5dc57bbCopy full SHA for 5dc57bb
.github/workflows/basic-qa.yml
@@ -104,16 +104,12 @@ jobs:
104
105
spellcheck-4:
106
name: Spellcheck-4
107
- # Config file: .spellcheck.yml
108
109
runs-on: ubuntu-latest
110
111
steps:
112
- - name: Checkout code
113
- uses: actions/checkout@v4
114
-
115
- name: Spellcheck
116
uses: gevhaz/[email protected]
117
with:
118
language: en_GB
119
- dictionary: ./.phpcs.dict
+ dictionary: ./.phpcs.txt
.phpcs.dict
@@ -1,4 +1,5 @@
1
PHP_CodeSniffer
2
+CodeSniffer
3
phpcs
4
phpcbf
5
SquizLabs
@@ -8,3 +9,6 @@ csslint
8
9
gjslint
10
gitblame
11
PHPUnit
12
+JS
13
+CLI
14
+ruleset
.phpcs.txt
@@ -0,0 +1,11 @@
+personal_ws-1.1 en 1000 utf-8
+PHP_CodeSniffer
+phpcs
+phpcbf
+SquizLabs
6
+Squiz
7
+Joomla
+csslint
+gjslint
+gitblame
+PHPUnit
0 commit comments