Skip to content

Commit a919d12

Browse files
committed
B
1 parent 3ed9644 commit a919d12

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.github/workflows/basic-qa.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,12 @@ jobs:
104104

105105
spellcheck-4:
106106
name: Spellcheck-4
107-
# Config file: .spellcheck.yml
108107

109108
runs-on: ubuntu-latest
110109

111110
steps:
112-
- name: Checkout code
113-
uses: actions/checkout@v4
114-
115111
- name: Spellcheck
116112
uses: gevhaz/[email protected]
117113
with:
118114
language: en_GB
119-
dictionary: ./.phpcs.dict
115+
dictionary: ./.phpcs.txt

.phpcs.dict

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
PHP_CodeSniffer
2+
Code_Sniffer
23
phpcs
34
phpcbf
45
SquizLabs
@@ -8,3 +9,6 @@ csslint
89
gjslint
910
gitblame
1011
PHPUnit
12+
JS
13+
CLI
14+
ruleset

.phpcs.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
personal_ws-1.1 en 1000 utf-8
2+
PHP_CodeSniffer
3+
phpcs
4+
phpcbf
5+
SquizLabs
6+
Squiz
7+
Joomla
8+
csslint
9+
gjslint
10+
gitblame
11+
PHPUnit

0 commit comments

Comments
 (0)