Skip to content

Commit 293e9e2

Browse files
committed
hack: Use lint --fatal-warnings
Because if failures somehow creep in we really want to know. Signed-off-by: Colin Walters <[email protected]>
1 parent ae6b39f commit 293e9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ RUN tar -C / --zstd -xvf /tmp/bootc.tar.zst && rm -vrf /tmp/*
3434
# Also copy over arbitrary bits from the target root
3535
COPY --from=build /build/target/dev-rootfs/ /
3636
# Test our own linting
37-
RUN bootc container lint
37+
RUN bootc container lint --fatal-warnings

0 commit comments

Comments
 (0)