diff --git a/.codespellrc b/.codespellrc index 2ea390c..b94abd4 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] exclude-file = .codespellx -ignore-words-list = "FPT,FTP,fpt,ftp" +ignore-words-list = FPT,FTP,fpt,ftp,crate,hsi,fwupd diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7757bb..620603b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,10 +46,10 @@ repos: args: [--fix] - repo: https://github.com/priv-kweihmann/oelint-adv - rev: 6.5.6 + rev: 6.6.2 hooks: - id: oelint-adv - args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet, --fix] + args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet] name: Advanced oelint description: Based on the OpenEmbedded Styleguide and work done by oe-stylize-tool this module offers a (nearly) complete linter for bitbake-recipes. entry: oelint-adv diff --git a/codespell-ignore.txt b/codespell-ignore.txt deleted file mode 100644 index 4be5190..0000000 --- a/codespell-ignore.txt +++ /dev/null @@ -1,3 +0,0 @@ -crate -hsi -fwupd