mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-07 12:26:40 +00:00
tools/syz-trace2syz: disable golangci-lint
A new version of golangci-lint started failing trying to build syz-trace2syz (because we already ignore some files). Ignore the rest of files to fix the failure.
This commit is contained in:
parent
28ac6e6496
commit
0f33548a39
@ -5,6 +5,7 @@ run:
|
||||
deadline: 8m
|
||||
skip-dirs:
|
||||
- pkg/kd
|
||||
- tools/syz-trace2syz
|
||||
# Autogenerated files take too much time and memory to load,
|
||||
# even if we skip them with skip-dirs.
|
||||
# So we define this tag and use it in the autogenerated files.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
package parser
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
package parser
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
package proggen
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
package proggen
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
package proggen
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
package proggen
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,8 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// +build !codeanalysis
|
||||
|
||||
// syz-trace2syz converts strace traces to syzkaller programs.
|
||||
//
|
||||
// Simple usage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user