nixos/tests/docker-tools*: remove useless formatter

This commit is contained in:
Robert Hensing
2021-05-08 15:03:20 +02:00
parent a67c97a5eb
commit 4035049af3
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -365,4 +365,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
"docker run --rm ${examples.layeredImageWithFakeRootCommands.imageName} sh -c 'stat -c '%u' /home/jane | grep -E ^1000$'"
)
'';
# Remove when the formatter has been removed and a linter has been added
skipLint = true;
})