mirror of
https://github.com/Dasharo/meta-dasharo.git
synced 2026-06-13 19:16:22 -07:00
pre-commit: fix pre-commit
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
crate
|
||||
hsi
|
||||
fwupd
|
||||
Reference in New Issue
Block a user