Skip to content
Merged
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
18 changes: 3 additions & 15 deletions .github/workflows/oelint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,12 @@ concurrency:
jobs:
oelint:
runs-on: ubuntu-latest
# Advisory (non-blocking) for now. Released oelint-adv still reports known
# false positives that our upstream fixes remove but which are not in a
# release yet:
# * oelint-adv #889 - gomod SRC_URI support; without it the generated
# telegraf-go-mods.inc trips ~536 srcuri* findings.
# * oelint-parser #383 - leftover-buffer drain; without it two event
# handlers trip oelint.task.docstrings.
# The findings stay visible in the job log. Once both land in nixpkgs'
# oelint-adv, drop continue-on-error to make this a blocking gate.
continue-on-error: true
steps:
- uses: ossystems/nix-actions@v1
with:
install-nix: true # hosted runner ships no Nix
flake-check: false # this layer is not a flake
build-hosts: false # nothing local to build
install-nix: true
flake-check: false
build-hosts: false
build-devshells: false
# The lint shell is a plain mkShell (oelint-adv on PATH), so unlike
# the default FHS bwrap shell it runs `--command` non-interactively.
devshell: github:OSSystems/yocto-env.nix#lint
run: ./contrib/oelint/run-oelint.sh
1 change: 0 additions & 1 deletion recipes-core/easysplash/easysplash-crates.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Autogenerated with 'bitbake -c update_crates easysplash'

# from Cargo.lock
# nooelint: oelint.vars.srcuridomains
SRC_URI += "\
crate://crates.io/anyhow/1.0.59 \
crate://crates.io/argh/0.1.8 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Autogenerated from wifi-connect v4.11.84 Cargo.lock

# from Cargo.lock
# nooelint: oelint.vars.srcuridomains
SRC_URI += "\
crate://crates.io/aho-corasick/0.6.10 \
crate://crates.io/ansi_term/0.12.1 \
Expand Down
Loading