Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update Dictionaries (main) #6850

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions integration-tests/snapshots/chef/chef/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ Url: https://github.com/chef/chef.git
Args: '["--config=../../../cspell-chef.config.yaml","**"]'
Summary:
files: 1204
filesWithIssues: 2
issues: 11
filesWithIssues: 1
issues: 1
errors: 0
Errors: []

issues:
- "lib/chef/provider/mount/solaris.rb:152:74 largefiles U setuid/devices/intr/largefiles/logging/xattr/onerror"
- "lib/chef/provider/package/dnf/dnf_helper.py:6:8 hawkey U import hawkey"
- "lib/chef/provider/package/dnf/dnf_helper.py:19:14 installroot U conf.installroot = '/'"
- "lib/chef/provider/package/dnf/dnf_helper.py:20:14 assumeyes U conf.assumeyes = True"
- "lib/chef/provider/package/dnf/dnf_helper.py:22:36 installroot U update_from_etc(conf.installroot)"
- "lib/chef/provider/package/dnf/dnf_helper.py:55:19 versionstr U def version_tuple(versionstr):"
- "lib/chef/provider/package/dnf/dnf_helper.py:59:19 versionstr U colon_index = versionstr.find(':')"
- "lib/chef/provider/package/dnf/dnf_helper.py:61:17 versionstr U e = str(versionstr[:colon_index])"
- "lib/chef/provider/package/dnf/dnf_helper.py:62:18 versionstr U dash_index = versionstr.find('-')"
- "lib/chef/provider/package/dnf/dnf_helper.py:64:15 versionstr U tmp = versionstr[colon_index + 1:dash"
- "lib/chef/provider/package/dnf/dnf_helper.py:124:39 hawkey U filter(arch=[ 'noarch', hawkey.detect_arch() ])"
12 changes: 1 addition & 11 deletions integration-tests/snapshots/chef/chef/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ Repository: chef/chef
Url: "https://github.com/chef/chef.git"
Args: ["--config=../../../cspell-chef.config.yaml","**"]
Lines:
CSpell: Files checked: 1204, Issues found: 11 in 2 files.
CSpell: Files checked: 1204, Issues found: 1 in 1 file.
exit code: 1
lib/chef/provider/mount/solaris.rb:152:74 - Unknown word (largefiles) -- setuid/devices/intr/largefiles/logging/xattr/onerror
lib/chef/provider/package/dnf/dnf_helper.py:124:39 - Unknown word (hawkey) -- filter(arch=[ 'noarch', hawkey.detect_arch() ])
lib/chef/provider/package/dnf/dnf_helper.py:19:14 - Unknown word (installroot) -- conf.installroot = '/'
lib/chef/provider/package/dnf/dnf_helper.py:20:14 - Unknown word (assumeyes) -- conf.assumeyes = True
lib/chef/provider/package/dnf/dnf_helper.py:22:36 - Unknown word (installroot) -- update_from_etc(conf.installroot)
lib/chef/provider/package/dnf/dnf_helper.py:55:19 - Unknown word (versionstr) -- def version_tuple(versionstr):
lib/chef/provider/package/dnf/dnf_helper.py:59:19 - Unknown word (versionstr) -- colon_index = versionstr.find(':')
lib/chef/provider/package/dnf/dnf_helper.py:61:17 - Unknown word (versionstr) -- e = str(versionstr[:colon_index])
lib/chef/provider/package/dnf/dnf_helper.py:62:18 - Unknown word (versionstr) -- dash_index = versionstr.find('-')
lib/chef/provider/package/dnf/dnf_helper.py:64:15 - Unknown word (versionstr) -- tmp = versionstr[colon_index + 1:dash
lib/chef/provider/package/dnf/dnf_helper.py:6:8 - Unknown word (hawkey) -- import hawkey
Loading