Skip to content

Commit 217bc4e

Browse files
authored
Remove linter suppressions (#73)
1 parent 8c45863 commit 217bc4e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.oelint-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SDKs
2+
meta-protos/recipes-core/images/protos-core-sdk.bb
3+
14
# Backports from newer Yocto releases
25
meta-protos/meta-python/recipes-core/python/python3-uinput/
36
meta-protos/meta-python/recipes-devtools/python3-nanobind/

.oelint.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[oelint]
22
suppress =
3-
oelint.file.underscores
4-
oelint.var.mandatoryvar.SRC_URI
53
oelint.vars.homepageping
64
quiet = True
75
color = True

recipes-dummy/dummy/dummy_0.1.bb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ BUGTRACKER = "https://github.com/jhnc-oss/protos/issues"
55
SECTION = "none"
66
LICENSE = "MIT"
77

8+
# Recipe has no source
9+
SRC_URI = ""
10+
811
BBCLASSEXTEND = ""
912
CVE_PRODUCT = ""
1013

0 commit comments

Comments
 (0)