FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
osctrl/.golangci.yml at develop · jmpsec/osctrl · GitHub
jmpsec
/
osctrl
Public
Notifications
You must be signed in to change notification settings
Fork
70
Star
531
Code
Issues
8
Pull requests
0
Discussions
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
osctrl
/
.golangci.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 458 Bytes
Breadcrumbs
osctrl
/
.golangci.yml
Copy path
File metadata and controls
29 lines (29 loc) · 458 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version
:
"
2
"
run
:
issues-exit-code
:
1
linters
:
enable
:
-
errorlint
-
gocritic
-
misspell
exclusions
:
generated
:
lax
presets
:
-
comments
-
common-false-positives
-
legacy
-
std-error-handling
paths
:
-
third_party$
-
builtin$
-
examples$
formatters
:
enable
:
-
gofmt
-
goimports
exclusions
:
generated
:
lax
paths
:
-
third_party$
-
builtin$
-
examples$
Back
|
FazBrowse Home
|
New Git URL