File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 6
6
executors :
7
7
node :
8
8
docker :
9
- - image : node:16 -slim
9
+ - image : node:17 -slim
10
10
golangci-lint :
11
11
docker :
12
- - image : golangci/golangci-lint:v1.43 -alpine
12
+ - image : golangci/golangci-lint:v1.44 -alpine
13
13
golang-previous :
14
14
docker :
15
15
- image : golang:1.16
Original file line number Diff line number Diff line change @@ -3,15 +3,19 @@ linters:
3
3
enable :
4
4
- bidichk
5
5
- bodyclose
6
+ - containedctx
6
7
- contextcheck
7
8
- deadcode
9
+ - decorder
8
10
- depguard
9
11
- dogsled
10
12
- dupl
11
13
- errcheck
12
14
- funlen
13
15
- gochecknoinits
14
16
- gocognit
17
+ - errchkjson
18
+ - gochecknoinits
15
19
- goconst
16
20
- gocritic
17
21
- gocyclo
@@ -22,8 +26,10 @@ linters:
22
26
- gosec
23
27
- gosimple
24
28
- govet
29
+ - grouper
25
30
- ineffassign
26
31
- ireturn
32
+ - maintidx
27
33
- misspell
28
34
- nakedret
29
35
- nilnil
@@ -39,3 +45,4 @@ linters:
39
45
- unparam
40
46
- unused
41
47
- varcheck
48
+ - whitespace
Original file line number Diff line number Diff line change 1
1
# LICENSE
2
2
3
+ Copyright (c) 2018-2022, Sylabs Inc. All rights reserved.
4
+
3
5
Redistribution and use in source and binary forms, with or without
4
6
modification, are permitted provided that the following conditions are met:
5
7
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2018, Sylabs Inc. All rights reserved.
1
+ // Copyright (c) 2018-2021 , Sylabs Inc. All rights reserved.
2
2
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
3
3
// distributed with the sources of this project regarding your rights to use or distribute this
4
4
// software.
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2018, Sylabs Inc. All rights reserved.
1
+ // Copyright (c) 2018-2021 , Sylabs Inc. All rights reserved.
2
2
// This software is licensed under a 3-clause BSD license. Please consult the LICENSE.md file
3
3
// distributed with the sources of this project regarding your rights to use or distribute this
4
4
// software.
You can’t perform that action at this time.
0 commit comments