mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'dev' into fix_spelling
This commit is contained in:
commit
4b868c2a85
2 changed files with 8 additions and 4 deletions
6
.github/actions/spelling/patterns.txt
vendored
6
.github/actions/spelling/patterns.txt
vendored
|
|
@ -109,6 +109,8 @@
|
|||
#x:Key="[^"]+"
|
||||
#{DynamicResource [^"]+}
|
||||
|
||||
|
||||
# html tag
|
||||
<\w+[^>]*>
|
||||
<\w+[^>]*>
|
||||
|
||||
#http/https
|
||||
(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]
|
||||
6
.github/workflows/spelling.yml
vendored
6
.github/workflows/spelling.yml
vendored
|
|
@ -82,10 +82,10 @@ jobs:
|
|||
post_comment: 0
|
||||
use_magic_file: 1
|
||||
experimental_apply_changes_via_bot: 1
|
||||
use_sarif: true # to show in pr page
|
||||
use_sarif: 0 # to show in pr page
|
||||
extra_dictionary_limit: 10
|
||||
check_commit_messages: commits title description
|
||||
only_check_changed_files: false
|
||||
only_check_changed_files: 1
|
||||
check_extra_dictionaries: ''
|
||||
quit_without_error: true
|
||||
extra_dictionaries:
|
||||
|
|
@ -96,6 +96,8 @@ jobs:
|
|||
cspell:csharp/csharp.txt
|
||||
cspell:dotnet/dotnet.txt
|
||||
cspell:python/src/python/python-lib.txt
|
||||
cspell:aws/aws.txt
|
||||
cspell:companies/src/companies.txt
|
||||
warnings:
|
||||
binary-file,deprecated-feature,large-file,limited-references,noisy-file,non-alpha-in-dictionary,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,unrecognized-spelling,no-newline-at-eof
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue