From 946f9102185ca92d7cde25ab9a4faf256178ef1b Mon Sep 17 00:00:00 2001 From: Jason3S <3740137+Jason3S@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:14:40 +0000 Subject: [PATCH] fix: Workflow Bot -- Update Dictionaries (main) --- integration-tests/snapshots/chef/chef/report.yaml | 14 ++------------ integration-tests/snapshots/chef/chef/snapshot.txt | 12 +----------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/integration-tests/snapshots/chef/chef/report.yaml b/integration-tests/snapshots/chef/chef/report.yaml index b0e81caa56dd..5770a5110408 100644 --- a/integration-tests/snapshots/chef/chef/report.yaml +++ b/integration-tests/snapshots/chef/chef/report.yaml @@ -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() ])" diff --git a/integration-tests/snapshots/chef/chef/snapshot.txt b/integration-tests/snapshots/chef/chef/snapshot.txt index 6729c3fbcdc0..3e28cd68d241 100644 --- a/integration-tests/snapshots/chef/chef/snapshot.txt +++ b/integration-tests/snapshots/chef/chef/snapshot.txt @@ -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