diff --git a/.github/workflows/oelint.yaml b/.github/workflows/oelint.yaml index 72f3211..ec334d7 100644 --- a/.github/workflows/oelint.yaml +++ b/.github/workflows/oelint.yaml @@ -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 diff --git a/recipes-core/easysplash/easysplash-crates.inc b/recipes-core/easysplash/easysplash-crates.inc index 6228666..830d49f 100644 --- a/recipes-core/easysplash/easysplash-crates.inc +++ b/recipes-core/easysplash/easysplash-crates.inc @@ -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 \ diff --git a/recipes-staging/wifi-connect/wifi-connect-4.11.84-crates.inc b/recipes-staging/wifi-connect/wifi-connect-4.11.84-crates.inc index e795f92..6577074 100644 --- a/recipes-staging/wifi-connect/wifi-connect-4.11.84-crates.inc +++ b/recipes-staging/wifi-connect/wifi-connect-4.11.84-crates.inc @@ -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 \