Skip to content

Commit 513995c

Browse files
committed
Add exceptions
1 parent 78cfb7b commit 513995c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ lint:
4343
# CSS
4444
./build-aux/fun workbench-cli check css src/**/*.css
4545
# Flatpak manifests
46-
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions build-aux/re.sonny.Workbench.json
47-
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions build-aux/re.sonny.Workbench.Devel.json
46+
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions --user-exceptions ./build-aux/exceptions.json build-aux/re.sonny.Workbench.json
47+
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions --user-exceptions ./build-aux/exceptions.json build-aux/re.sonny.Workbench.Devel.json
4848

4949
unit:
5050
./build-aux/fun gjs -m ./troll/tst/bin.js test/*.test.js

build-aux/exceptions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"re.sonny.Workbench": ["external-gitmodule-url-found"],
3+
"re.sonny.Workbench.Devel": ["external-gitmodule-url-found"]
4+
}

0 commit comments

Comments
 (0)