Skip to content

Commit 65a8427

Browse files
authored
Merge pull request #16 from nvdaes/excludeSymbols
Add ability to exclude symbols to be reported when typing
2 parents 3b2fc39 + 30e2a8b commit 65a8427

File tree

25 files changed

+67
-120
lines changed

25 files changed

+67
-120
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ on:
1212
jobs:
1313
pre-release:
1414
uses: nvdaes/nvdaAddonWorkflows/.github/workflows/automaticRelease.yaml@main
15-

.github/workflows/checkTranslatorsComments.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install scons markdown
3030
sudo apt update
3131
sudo apt install gettext
32-
32+
3333
- name: Generate the .pot file
3434
run: scons pot
3535

@@ -43,7 +43,7 @@ jobs:
4343
# checkPot.EXPECTED_MESSAGES_WITHOUT_COMMENTS = set()
4444
# res = checkPot.checkPot('$(ls *.pot)')
4545
# exit(res)
46-
#shell: python
46+
#shell: python
4747
run: |
4848
python -c "import checkPot;checkPot.EXPECTED_MESSAGES_WITHOUT_COMMENTS = set();exit(checkPot.checkPot('$(ls *.pot)'))"
4949
echo "nb_errors=$?" >> "$GITHUB_OUTPUT"
@@ -58,4 +58,3 @@ jobs:
5858
echo "Translators comments: FAIL"
5959
exit 1;
6060
fi
61-

.github/workflows/codeql.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/workflows/manualRelease.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Manual release
33
on:
44
workflow_dispatch:
55
inputs:
6-
version:
6+
version:
77
description: 'Add-on version'
88
required: true
99
default: '0.0.0'
@@ -44,7 +44,7 @@ jobs:
4444
f.seek(0)
4545
f.write(text)
4646
f.truncate()
47-
shell: python
47+
shell: python
4848
- name: Build add-on
4949
run: scons
5050
- name: Push changes
@@ -61,7 +61,7 @@ jobs:
6161
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6262
passphrase: ${{ secrets.PASSPHRASE }}
6363
- if: ${{ inputs.signAddOn }}
64-
name: Sign add-on
64+
name: Sign add-on
6565
run: gpg --detach-sign *.nvda-addon
6666
- name: Calculate sha256
6767
run: sha256sum *.nvda-addon >> sha256.txt
@@ -76,4 +76,3 @@ jobs:
7676
artifacts: "*.nvda-addon,*.sig,publicKey.asc,sha256.txt"
7777
generateReleaseNotes: true
7878
prerelease: ${{ inputs.prerelease }}
79-

addon/doc/bg/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@
4747
* Първо издание.
4848

4949
[[!tag dev stable]]
50-

addon/doc/de/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ zugewiesen werden.
4949
* Ehrstveröffentlichung.
5050

5151
[[!tag dev stable]]
52-

addon/doc/es/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ submenú Preferencias, diálogo Gestos de entrada, categoría Configuración.
4646
* Versión inicial.
4747

4848
[[!tag dev stable]]
49-

addon/doc/fi/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ Asetukset-kategoria.
4848
* Ensimmäinen versio.
4949

5050
[[!tag dev stable]]
51-

addon/doc/fr/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ commandes, dans la catégorie Configuration.
4848
* Première version.
4949

5050
[[!tag dev stable]]
51-

addon/doc/gl/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ submenú Preferencias, diálogo Xestos de entrada, categoría Configuración.
4646
* Versión inicial.
4747

4848
[[!tag dev stable]]
49-

0 commit comments

Comments
 (0)