1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Use clang for static code analysis during lint testing.

Nothing found except for some functions that should have been marked __noreturn__.
This commit is contained in:
David Steele
2018-03-18 13:32:19 -04:00
parent f0451c1494
commit 0c313713b1
9 changed files with 29 additions and 13 deletions
+2 -2
View File
@@ -142,10 +142,10 @@ eval
confess &log(ERROR, '--vm is required');
}
# Only lint on CO6
# Only lint on U16
my $strParam = undef;
if ($strVm ne VM_CO6)
if ($strVm ne VM_U16)
{
$strParam .= '--no-lint';
}