mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
Enable nolintlint linter, and fix warnings
This commit is contained in:
@ -48,7 +48,7 @@ func RunTests(args RunTestArgs) error {
|
||||
}
|
||||
|
||||
for _, test := range args.Tests {
|
||||
args.TestWrapper(test, func() error { //nolint: thelper
|
||||
args.TestWrapper(test, func() error {
|
||||
paths := NewPaths(
|
||||
filepath.Join(testDir, test.Name()),
|
||||
)
|
||||
|
Reference in New Issue
Block a user