You've already forked pgbackrest
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:
+2
-2
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user