Skip to content

Commit

Permalink
pre-commit-init: oelint: use upstream version
Browse files Browse the repository at this point in the history
Forked version had some bugs

Signed-off-by: Michał Iwanicki <[email protected]>
  • Loading branch information
m-iwanicki committed Sep 11, 2024
1 parent fe29301 commit 8ef0a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre-commit-init/pre_commit_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ repos:
- id: robocop
{% endif %}
{% if 'yocto' in categories %}
- repo: https://github.com/zarhus/oelint-adv
rev: 5.5.2-zarhus
- repo: https://github.com/priv-kweihmann/oelint-adv
rev: 5.7.2
hooks:
- id: oelint-adv
args: [--rulefile=.oelint-ruleset.json, --hide=info, --quiet, --fix]
Expand Down

0 comments on commit 8ef0a2a

Please sign in to comment.