We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7436548 commit 06b99d1Copy full SHA for 06b99d1
crates/typos-cli/tests/cmd/false-positives.in/foo.bb
@@ -0,0 +1 @@
1
+LICENSE:${PN} = "GPL-2.0.only"; FOO:pn-myrecipe = "myrecipe-specific value"
crates/typos-cli/tests/cmd/false-positives.toml
@@ -1,4 +1,16 @@
bin.name = "typos"
2
+status.code = 2
3
stdin = ""
-stdout = ""
4
+stdout = """
5
+error: `PN` should be `ON`
6
+ ╭▸ ./foo.bb:1:11
7
+ │
8
+1 │ LICENSE:${PN} = "GPL-2.0.only"; FOO:pn-myrecipe = "myrecipe-specific value"
9
+ ╰╴ ━━
10
+error: `pn` should be `on`
11
+ ╭▸ ./foo.bb:1:37
12
13
14
15
+"""
16
stderr = ""
0 commit comments