Skip to content

Commit 36e5038

Browse files
kylebonnicicfriedt
authored andcommitted
Fix compliance check: output > 64KB + annotations
Bump up dts-linter to 0.3.1 to fix issue when json output is not flushed to stdout before dts-linter exits. Bump up dts-linter to 0.3.2 to address undefined in annotation messages Signed-off-by: Kyle Bonnici <[email protected]>
1 parent 5d4459f commit 36e5038

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ BoardYml.txt
9595
Checkpatch.txt
9696
ClangFormat.txt
9797
DevicetreeBindings.txt
98+
DevicetreeLinting.txt
9899
GitDiffCheck.txt
99100
Gitlint.txt
100101
Identity.txt

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"dts-linter": "^0.3.0"
4+
"dts-linter": "^0.3.2"
55
}
66
}

0 commit comments

Comments
 (0)