content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
language: go\narch:\n - amd64\n - ppc64le\ninstall:\n - go get -t\n - go get golang.org/x/tools/cmd/cover\n - go get github.com/mattn/goveralls\nscript:\n - go test -race -v ./...\nafter_script:\n - $HOME/gopath/bin/goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN\n
dataset_sample\yaml\cilium_cilium\vendor\dario.cat\mergo\.travis.yml
.travis.yml
YAML
273
0.7
0
0
react-lib
516
2023-07-13T22:49:22.325464
GPL-3.0
false
326cc9a952683630b4cdd8b1eb75897f
language: go\ndist: xenial\ngo:\n - '1.10'\n - '1.11'\n - '1.12'\n - '1.13'\n - 'tip'\n\nscript:\n - go test -coverpkg=./... -coverprofile=coverage.info -timeout=5s\n - bash <(curl -s https://codecov.io/bash)\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\asaskevich\govalidator\.travis.yml
.travis.yml
YAML
211
0.8
0
0
awesome-app
49
2024-01-06T17:19:15.166317
GPL-3.0
false
4fb366cf760148d33c44700fde620a9a
box: golang\nbuild:\n steps:\n - setup-go-workspace\n\n - script:\n name: go get\n code: |\n go version\n go get -t ./...\n\n - script:\n name: go test\n code: |\n go test -race -v ./...\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\asaskevich\govalidator\wercker.yml
wercker.yml
YAML
238
0.7
0
0
python-kit
249
2025-06-10T17:45:00.749281
MIT
false
b0676e8689976b4ad0d5a9347664a743
language: go\nsudo: true\ndist: bionic\n\nbranches:\n only:\n - main\n\nos:\n - linux\n - osx\n # Travis doesn't work with windows and Go tip\n #- windows\n\ngo:\n - tip\n\nmatrix:\n allow_failures:\n - go: tip\n\nbefore_install:\n - if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi\n - (...
dataset_sample\yaml\cilium_cilium\vendor\github.com\aws\smithy-go\.travis.yml
.travis.yml
YAML
377
0.8
0.035714
0.095238
python-kit
643
2023-09-02T15:17:23.924097
MIT
false
b615be337e1992846d32c080fc02c3fe
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/azcore/\n - eng/\n\npr:\n branches:\n include:\n - main\n - feature/*\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Azure\azure-sdk-for-go\sdk\azcore\ci.yml
ci.yml
YAML
504
0.8
0
0.037037
node-utils
589
2023-10-08T11:59:32.168921
Apache-2.0
false
8c91b6a80332e71c293a8aa5448000f1
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/azidentity/\n\npr:\n branches:\n include:\n - main\n - feature/*\n - ho...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Azure\azure-sdk-for-go\sdk\azidentity\ci.yml
ci.yml
YAML
1,201
0.8
0.021739
0.023256
vue-tools
578
2023-07-23T13:44:31.404039
MIT
false
1a377d92573c3c389b22c94165c1e87b
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/resourcemanager/compute/armcompute/\n\npr:\n branches:\n include:\n - main\n -...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Azure\azure-sdk-for-go\sdk\resourcemanager\compute\armcompute\v6\ci.yml
ci.yml
YAML
621
0.8
0
0.037037
node-utils
985
2025-01-31T03:09:38.886068
GPL-3.0
false
25dee6a5310100c0204737498d99a2c2
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.\ntrigger:\n branches:\n include:\n - main\n - feature/*\n - hotfix/*\n - release/*\n paths:\n include:\n - sdk/resourcemanager/network/armnetwork/\n\npr:\n branches:\n include:\n - main\n -...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Azure\azure-sdk-for-go\sdk\resourcemanager\network\armnetwork\v6\ci.yml
ci.yml
YAML
621
0.8
0
0.037037
react-lib
806
2024-07-12T09:21:26.411250
GPL-3.0
false
0c288a14e3733cdfd1383a29a3bbadd8
repositoryID: 8947a0c2-77af-49c8-9e83-cf8c7d17929f\nowners:\n - name: Joe Stringer\n email: joe@cilium.io\n - name: André Martins\n email: andre@cilium.io\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\charts\artifacthub-repo.yml
artifacthub-repo.yml
YAML
159
0.7
0
0
node-utils
894
2024-03-30T03:57:42.218359
BSD-3-Clause
false
faf970413b0dbbea66a738a0b5db0cf6
run:\n tests: false\n\nlinters-settings:\n errcheck:\n # report about not checking of errors in type assertions: `a := b.(MyStruct)`;\n # default is false: such cases aren't reported by default.\n check-type-assertions: true\n # report about assignment of errors to blank identifier: `num, _ := strconv.Ato...
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\coverbee\.golangci.yml
.golangci.yml
YAML
2,614
0.95
0.212121
0.333333
node-utils
464
2024-02-14T17:32:27.313759
GPL-3.0
false
a57bf27999d7a7aea194910b7daf12aa
coverage:\n status:\n project:\n default:\n target: 40%\n threshold: null\n patch: false\n changes: false\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\dns\.codecov.yml
.codecov.yml
YAML
128
0.7
0
0
python-kit
198
2025-06-01T10:33:37.840594
Apache-2.0
false
22d35c24044b1bdaea9843dc479fb7cd
# See https://golangci-lint.run/usage/configuration/ for available options.\n# Also https://github.com/cilium/cilium/blob/main/.golangci.yaml as a\n# reference.\nlinters:\n disable-all: true\n enable:\n - asasalint\n - asciicheck\n - bidichk\n - bodyclose\n - containedctx\n - contextcheck\n - cop...
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\fake\.golangci.yml
.golangci.yml
YAML
2,803
0.95
0.018519
0.083333
node-utils
585
2025-05-14T15:06:30.678847
Apache-2.0
false
3f338b0cc22deb376c3c3aeec66b5c73
# See https://golangci-lint.run/usage/configuration/ for available options.\n# Also https://github.com/cilium/cilium/blob/main/.golangci.yaml as a\n# reference.\nrun:\n timeout: 1m\nlinters:\n disable-all: true\n enable:\n - asasalint\n - asciicheck\n - bidichk\n - bodyclose\n - containedctx\n - co...
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\linters\.golangci.yml
.golangci.yml
YAML
1,926
0.95
0.010526
0.042105
python-kit
755
2024-12-02T00:17:37.546438
BSD-3-Clause
false
43e754870fd9f8fe43e7bb1d76146019
language: go\n\ngo:\n - tip\n - 1.15.x\n - 1.14.x\n - 1.13.x\n - 1.12.x\n \nenv:\n - GO111MODULE=on\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\lumberjack\v2\.travis.yml
.travis.yml
YAML
97
0.5
0
0
react-lib
138
2024-06-05T01:04:58.160292
GPL-3.0
false
376f286fb2079f2e3db4cea3bd6cbb81
# See https://golangci-lint.run/usage/configuration/ for available options.\n# Also https://github.com/cilium/cilium/blob/main/.golangci.yaml as a\n# reference.\nrun:\n timeout: 1m\nlinters:\n disable-all: true\n enable:\n - asasalint\n - asciicheck\n - bidichk\n - bodyclose\n - containedctx\n - co...
dataset_sample\yaml\cilium_cilium\vendor\github.com\cilium\workerpool\.golangci.yml
.golangci.yml
YAML
2,120
0.95
0.019048
0.066667
python-kit
727
2023-09-19T05:14:01.669729
Apache-2.0
false
49939c138d7820de73505b41b88ff89e
linters:\n enable:\n - exportloopref # Checks for pointers to enclosing loop variables\n - gofmt\n - goimports\n - gosec\n - ineffassign\n - misspell\n - nolintlint\n - revive\n - staticcheck\n - tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17\n - unconvert\n - unus...
dataset_sample\yaml\cilium_cilium\vendor\github.com\containerd\log\.golangci.yml
.golangci.yml
YAML
558
0.95
0.066667
0
node-utils
198
2023-09-12T13:23:30.887694
GPL-3.0
false
b8375607b0dbb7da9b703c9efacd207f
linters:\n enable:\n - exportloopref # Checks for pointers to enclosing loop variables\n - gofmt\n - goimports\n - gosec\n - ineffassign\n - misspell\n - nolintlint\n - revive\n - staticcheck\n - tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17\n - unconvert\n - unus...
dataset_sample\yaml\cilium_cilium\vendor\github.com\containerd\platforms\.golangci.yml
.golangci.yml
YAML
558
0.95
0.066667
0
node-utils
747
2024-11-17T12:12:45.963371
Apache-2.0
false
b8375607b0dbb7da9b703c9efacd207f
language: go\n\nsudo: false\n\nbranches:\n except:\n - release\n\nbranches:\n only:\n - master\n - develop\n - travis\n\ngo:\n - 1.12.x\n - 1.13.x\n - tip\n\nmatrix:\n allow_failures:\n - go: tip\n\nbefore_install:\n - if [ -n "$GH_USER" ]; then git config --global github.user ${GH_USER}; fi;\n -...
dataset_sample\yaml\cilium_cilium\vendor\github.com\dgryski\go-farm\.travis.yml
.travis.yml
YAML
683
0.7
0.076923
0
python-kit
905
2024-07-19T14:12:16.179093
BSD-3-Clause
false
812e14a9496d567fc82c6368a6b52aef
linters:\n enable:\n - bodyclose\n - dupword # Checks for duplicate words in the source code\n - gofmt\n - goimports\n - ineffassign\n - misspell\n - revive\n - staticcheck\n - unconvert\n - unused\n - vet\n disable:\n - errcheck\n\nrun:\n deadline: 2m\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\distribution\reference\.golangci.yml
.golangci.yml
YAML
275
0.95
0.055556
0
python-kit
310
2025-04-27T05:32:38.656402
Apache-2.0
false
bf3404c60cd0bd42f202dc7ddfd34a58
linters:\n enable:\n - staticcheck\n - unconvert\n - gofmt\n - goimports\n - golint\n - ineffassign\n - vet\n - unused\n - misspell\n disable:\n - errcheck\n\nlinters-settings:\n revive:\n rules:\n # TODO(thaJeztah): temporarily disabled the "unused-parameter" check.\n # It...
dataset_sample\yaml\cilium_cilium\vendor\github.com\docker\distribution\.golangci.yml
.golangci.yml
YAML
718
0.95
0.030303
0.1
python-kit
482
2024-08-23T07:51:05.466211
GPL-3.0
false
2b52f14ac5d7f70ff12190edff35b647
dependencies:\n post:\n # install golint\n - go get golang.org/x/lint/golint\n\ntest:\n pre:\n # run analysis before tests\n - go vet ./...\n - test -z "$(golint ./... | tee /dev/stderr)"\n - test -z "$(gofmt -s -l . | tee /dev/stderr)"\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\docker\go-units\circle.yml
circle.yml
YAML
247
0.8
0
0.2
python-kit
770
2024-03-24T18:43:31.744291
MIT
false
c943afaea172b047085823d6e7e87fd8
language: go\nsudo: false\n\nscript: go test -v -race -timeout 10s ./...\n\ngo:\n - 1.1\n - 1.2\n - 1.3\n - 1.4\n - 1.5\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\eapache\channels\.travis.yml
.travis.yml
YAML
125
0.7
0
0
vue-tools
143
2025-04-26T04:10:58.994418
MIT
false
c01cd6a322b543f4de64118e22af6dae
language: go\n\ngo:\n - 1.x\n\nbefore_install:\n - go test -v\n\nscript:\n - go test -race -coverprofile=coverage.txt -covermode=atomic\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)
dataset_sample\yaml\cilium_cilium\vendor\github.com\emicklei\go-restful\v3\.travis.yml
.travis.yml
YAML
189
0.8
0
0
node-utils
382
2025-02-12T05:59:33.830463
GPL-3.0
false
20ab9ad977d4a5252204f66008d029a1
freebsd_task:\n name: 'FreeBSD'\n freebsd_instance:\n image_family: freebsd-14-2\n install_script:\n - pkg update -f\n - pkg install -y go\n test_script:\n # run tests as user "cirrus" instead of root\n - pw useradd cirrus -m\n - chown -R cirrus:cirrus .\n - FSNOTIFY_BUFFER=4096 sudo --preser...
dataset_sample\yaml\cilium_cilium\vendor\github.com\fsnotify\fsnotify\.cirrus.yml
.cirrus.yml
YAML
593
0.8
0
0.071429
react-lib
21
2023-12-15T22:33:50.934502
MIT
false
c86faa673982e46351eecc79ccaf7198
# Do not delete linter settings. Linters like gocritic can be enabled on the command line.\n\nlinters-settings:\n depguard:\n rules:\n prevent_unmaintained_packages:\n list-mode: strict\n files:\n - $all\n - "!$test"\n allow:\n - $gostd\n - github.com/x4...
dataset_sample\yaml\cilium_cilium\vendor\github.com\fxamacker\cbor\v2\.golangci.yml
.golangci.yml
YAML
2,505
0.95
0.009615
0.03
node-utils
914
2023-12-19T17:32:57.730647
MIT
false
b4b3f828106d5df762e93a8f2c659fe3
language: go\ngo:\n- "1.15.x"\n- "1.16.x"\n- tip\n\nmatrix:\n allow_failures:\n - go: tip\n\nservices:\n- mysql\n- postgresql\n- sqlite3\n\nenv:\n global:\n - secure: RriLxF6+2yMl67hdVv8ImXlu0h62mhcpqjaOgYNU+IEbUQ7hx96CKY6gkpYubW3BgApvF5RH6j3+HKvh2kGp0XhDOYOQCODfBSaSipZ5Aa5RKjsEYLtuVIobvJ80awR9hUeql69+WXs0/s72WThG0...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-gorp\gorp\v3\.travis.yml
.travis.yml
YAML
911
0.7
0
0
awesome-app
303
2025-01-29T08:15:39.406701
GPL-3.0
false
a87833080cdb0e48d5d1c0d2dc395526
# https://github.com/golangci/golangci-lint\n\nrun:\n skip-files:\n - doc_test.go\n modules-download-mode: readonly\n\nlinters:\n enable-all: true\n disable:\n - gochecknoglobals\n - goconst\n - lll\n - maligned\n - nakedret\n - scopelint\n - unparam\n - funlen # added in 1.18 (requires g...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-jose\go-jose\v4\.golangci.yml
.golangci.yml
YAML
991
0.95
0
0.020408
react-lib
363
2025-04-01T03:35:43.988920
Apache-2.0
false
e88c212845c1cb9d988101aa43fe5b48
language: go\n\nmatrix:\n fast_finish: true\n allow_failures:\n - go: tip\n\ngo:\n - "1.13.x"\n - "1.14.x"\n - tip\n\nbefore_script:\n - export PATH=$HOME/.local/bin:$PATH\n\nbefore_install:\n - go get -u github.com/mattn/goveralls github.com/wadey/gocovmerge\n - curl -sfL https://install.goreleaser.com/gith...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-jose\go-jose\v4\.travis.yml
.travis.yml
YAML
1,031
0.8
0.030303
0
react-lib
748
2024-12-17T00:53:18.405144
GPL-3.0
false
6de79557166a7390df110343dc417a5f
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\analysis\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
vue-tools
489
2024-09-27T04:36:40.659600
MIT
false
5fa10422ff35ead3a43c944de0f814b8
linters-settings:\n gocyclo:\n min-complexity: 45\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - unparam\n - lll\n - gochecknoinits\n - gochecknoglobals\n - funlen\n - godox\n - gocognit\n - whitespace\n - w...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\errors\.golangci.yml
.golangci.yml
YAML
863
0.8
0
0.240741
node-utils
172
2025-02-19T13:22:36.938024
Apache-2.0
false
2184db84fdec621463e1f16e2b833027
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\jsonpointer\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
vue-tools
209
2025-05-25T06:35:24.542434
BSD-3-Clause
false
5fa10422ff35ead3a43c944de0f814b8
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\jsonreference\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
awesome-app
504
2024-05-09T21:22:23.200979
Apache-2.0
false
5fa10422ff35ead3a43c944de0f814b8
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\loads\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
react-lib
125
2024-09-24T18:14:34.656336
BSD-3-Clause
false
5fa10422ff35ead3a43c944de0f814b8
after_success:\n- bash <(curl -s https://codecov.io/bash)\ngo:\n- 1.16.x\n- 1.x\ninstall:\n- go get gotest.tools/gotestsum\nlanguage: go\narch:\n- amd64\n- ppc64le\njobs:\n include:\n # include linting job, but only for latest go version and amd64 arch\n - go: 1.x\n arch: amd64\n install:\n go get github....
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\loads\.travis.yml
.travis.yml
YAML
1,237
0.8
0.04
0.04
node-utils
255
2023-10-21T14:29:27.743563
Apache-2.0
false
819ed6e3adb0a645d1c5596f760ade94
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - nilerr # nilerr crashes on ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\runtime\.golangci.yml
.golangci.yml
YAML
995
0.8
0
0.016393
node-utils
114
2023-07-21T20:04:02.269097
MIT
false
be795bc7ceda746148f7b049032e9b7c
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\spec\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
vue-tools
185
2024-02-27T17:25:13.952161
Apache-2.0
false
5fa10422ff35ead3a43c944de0f814b8
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\strfmt\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
react-lib
764
2024-06-09T03:06:35.063799
GPL-3.0
false
5fa10422ff35ead3a43c944de0f814b8
linters-settings:\n gocyclo:\n min-complexity: 45\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - recvcheck\n - unparam\n - lll\n - gochecknoinits\n - gochecknoglobals\n - funlen\n - godox\n - gocognit\n - wh...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\swag\.golangci.yml
.golangci.yml
YAML
879
0.8
0
0.236364
awesome-app
313
2023-10-19T07:17:16.586648
Apache-2.0
false
4575eb3f527c8a6c9606711dfe4e95d8
linters-settings:\n govet:\n check-shadowing: true\n golint:\n min-confidence: 0\n gocyclo:\n min-complexity: 45\n maligned:\n suggest-new: true\n dupl:\n threshold: 200\n goconst:\n min-len: 2\n min-occurrences: 3\n\nlinters:\n enable-all: true\n disable:\n - maligned\n - unparam\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\go-openapi\validate\.golangci.yml
.golangci.yml
YAML
952
0.8
0
0.016667
python-kit
822
2025-03-11T02:09:51.206027
Apache-2.0
false
5fa10422ff35ead3a43c944de0f814b8
# Customizations to codecov for c-t-go repo. This will be merged into\n# the team / default codecov yaml file.\n#\n# Validate changes with:\n# curl --data-binary @codecov.yml https://codecov.io/validate\n\n# Exclude code that's for testing, demos or utilities that aren't really\n# part of production releases.\nignore:\...
dataset_sample\yaml\cilium_cilium\vendor\github.com\google\certificate-transparency-go\codecov.yml
codecov.yml
YAML
527
0.8
0.105263
0.470588
node-utils
438
2024-05-29T01:23:46.489056
GPL-3.0
false
3c276839f4b7cc273f5bb4f3a2f0a28a
sudo: false\nlanguage: go\nmatrix:\n allow_failures:\n - go: master\n fast_finish: true\n include:\n - go: 1.10.x\n - go: 1.11.x\n env: GOFMT=1\n - go: master\ninstall:\n - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\gregjones\httpcache\.travis.yml
.travis.yml
YAML
479
0.8
0.055556
0
react-lib
764
2023-09-17T14:09:56.206408
GPL-3.0
false
5411aad475b06e247d64eda859ebedbd
sudo: false\nlanguage: go\n# * github.com/grpc/grpc-go still supports go1.6\n# - When we drop support for go1.6 we can remove golang.org/x/net/context\n# below as it is part of the Go std library since go1.7\n# * github.com/prometheus/client_golang already requires at least go1.7 since\n# September 2017\ngo:\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\grpc-ecosystem\go-grpc-prometheus\.travis.yml
.travis.yml
YAML
632
0.95
0.04
0.217391
react-lib
656
2025-06-12T01:22:08.234215
BSD-3-Clause
false
4f18ef0435813ea32813fc8dce7d3930
# Copyright (c) HashiCorp, Inc.\n# SPDX-License-Identifier: MPL-2.0\n\nlinters:\n fast: false\n disable-all: true\n enable:\n - revive\n - megacheck\n - govet\n - unconvert\n - gas\n - gocyclo\n - dupl\n - misspell\n - unparam\n - unused\n - typecheck\n - ineffassign\n # - styl...
dataset_sample\yaml\cilium_cilium\vendor\github.com\hashicorp\golang-lru\v2\.golangci.yml
.golangci.yml
YAML
850
0.8
0
0.093023
react-lib
308
2023-08-02T06:18:54.611163
MIT
false
5b46862a5b1a01e581c16be258172ba9
version: 2\n\nbefore:\n hooks:\n - go mod download\n\nbuilds:\n - main: ./cmd/codeowners\n env:\n - CGO_ENABLED=0\n goos:\n - linux\n - darwin\n goarch:\n - amd64\n - arm64\n\nbrews:\n - homepage: "https://github.com/hmarr/codeowners"\n description: "Determine who owns what ac...
dataset_sample\yaml\cilium_cilium\vendor\github.com\hmarr\codeowners\.goreleaser.yml
.goreleaser.yml
YAML
770
0.8
0
0
python-kit
713
2024-09-24T04:46:15.434798
GPL-3.0
false
499c9f0e1aa4fb39e0885a4b4017c45b
language: go\narch:\n - amd64\n - ppc64le\ngo:\n - 1.9.x\n - 1.10.x\n - 1.11.x\n - 1.12.x\n - 1.13.x\n# allowing test cases to fail for the versions were not suppotred by ppc64le \nmatrix:\n allow_failures:\n - go: 1.9.x\n - go: 1.10.x\n - go: 1.13.x\n\n\nscript:\n -...
dataset_sample\yaml\cilium_cilium\vendor\github.com\ishidawataru\sctp\.travis.yml
.travis.yml
YAML
741
0.95
0.034483
0.074074
python-kit
572
2023-08-23T17:06:26.889582
MIT
false
c483b1b2cdd0d4a408daedeca921eb52
language: go\n\nsudo: false\n\ngo:\n - 1.5.x\n - 1.6.x\n - 1.7.x\n - 1.8.x\n - 1.9.x\n - 1.10.x\n - 1.11.x\n - 1.12.x\n - 1.13.x\n - 1.14.x\n - 1.15.x\n - tip\n\nallow_failures:\n - go: tip\n\nscript: make build\n\nmatrix:\n include:\n - language: go\n go: 1.15.x\n script: make test\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\jmespath\go-jmespath\.travis.yml
.travis.yml
YAML
284
0.7
0
0
vue-tools
78
2024-08-09T07:31:53.876391
GPL-3.0
false
c10582a21d458300b2c0ed923ffc7f38
language: go\n\ngo:\n - 1.8.x\n - 1.x\n\nbefore_install:\n - go get -t -v ./...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\json-iterator\go\.travis.yml
.travis.yml
YAML
159
0.8
0
0
python-kit
998
2025-06-29T08:43:17.778249
BSD-3-Clause
false
529e0253c40224d4a96e059257ea55d1
version: 2\n\nbefore:\n hooks:\n - ./gen.sh\n\nbuilds:\n -\n id: "s2c"\n binary: s2c\n main: ./s2/cmd/s2c/main.go\n flags:\n - -trimpath\n env:\n - CGO_ENABLED=0\n goos:\n - aix\n - linux\n - freebsd\n - netbsd\n - windows\n - darwin\n goarch:\n - 3...
dataset_sample\yaml\cilium_cilium\vendor\github.com\klauspost\compress\.goreleaser.yml
.goreleaser.yml
YAML
1,993
0.8
0.01626
0
python-kit
870
2023-10-08T21:05:42.336469
Apache-2.0
false
4c251cbabf5814a458f8343c6698f393
language: go\n\ngo:\n - "1.8"\n - "1.9"\n - "1.10"\n - "1.11"\n - "1.12"\n - master\n\nscript: go test -v ./...\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\liggitt\tabwriter\.travis.yml
.travis.yml
YAML
108
0.7
0
0
node-utils
70
2025-06-15T18:22:39.815970
GPL-3.0
false
4634e4331e2597af0e37f47edb9a3c61
language: go\n\ngo:\n - 1.6\n - 1.7\n - 1.8\n - tip\n\nscript:\n - go test -v\n\nnotifications:\n webhooks:\n urls:\n - https://webhooks.gitter.im/e/06e3328629952dabe3e0\n on_success: change # options: [always|never|change] default: always\n on_failure: always # options: [always|never|change] defa...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Masterminds\goutils\.travis.yml
.travis.yml
YAML
389
0.8
0
0
awesome-app
399
2023-09-11T08:58:33.250561
MIT
false
5a930b614d9d12cc6ddea0df631b8090
version: build-{build}.{branch}\n\nclone_folder: C:\gopath\src\github.com\Masterminds\goutils\nshallow_clone: true\n\nenvironment:\n GOPATH: C:\gopath\n\nplatform:\n - x64\n\nbuild: off\n\ninstall:\n - go version\n - go env\n\ntest_script:\n - go test -v\n\ndeploy: off\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\Masterminds\goutils\appveyor.yml
appveyor.yml
YAML
255
0.7
0
0
vue-tools
212
2023-12-15T02:10:25.381459
Apache-2.0
false
a540f223c4178995f88d3f25014a9ecb
run:\n deadline: 2m\n\nlinters:\n disable-all: true\n enable:\n - misspell\n - govet\n - staticcheck\n - errcheck\n - unparam\n - ineffassign\n - nakedret\n - gocyclo\n - dupl\n - goimports\n - revive\n - gosec\n - gosimple\n - typecheck\n - unused\n\nlinters-settings:\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Masterminds\semver\v3\.golangci.yml
.golangci.yml
YAML
351
0.85
0
0
vue-tools
2
2025-05-12T13:59:50.963043
MIT
false
1d3860a505ec5adfd7ced9827491283b
language: go\n\ngo:\n - 1.11.x\n - 1.12.x\n - 1.13.x\n\nservices:\n - mysql\n - postgresql\n\n# Setting sudo access to false will let Travis CI use containers rather than\n# VMs to run the tests. For more details see:\n# - http://docs.travis-ci.com/user/workers/container-based-infrastructure/\n# - http://docs.trav...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Masterminds\squirrel\.travis.yml
.travis.yml
YAML
768
0.8
0
0.166667
node-utils
426
2025-03-19T03:14:15.857349
GPL-3.0
false
88acad773993678cf864a27a9780404c
language: go\nsudo: false\ngo:\n - 1.13.x\n - tip\n\nbefore_install:\n - go get -t -v ./...\n\nscript:\n - go generate\n - git diff --cached --exit-code\n - ./go.test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\mattn\go-runewidth\.travis.yml
.travis.yml
YAML
224
0.8
0
0
react-lib
924
2024-05-10T15:12:55.286186
BSD-3-Clause
false
a62a4c0c7ff68cc866ee157a28c1325f
arch:\n - amd64\n - ppc64le\nlanguage: go\nsudo: false\ngo:\n - tip\n\nbefore_install:\n - go get -t -v ./...\n\nscript:\n - ./go.test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\mattn\go-shellwords\.travis.yml
.travis.yml
YAML
191
0.8
0
0
awesome-app
11
2025-03-07T19:42:46.811432
MIT
false
21f123c1672a3cfa9c2035b859783cb0
language: go\ngo:\n - 1.x\nos:\n - linux\nbefore_install:\n - go get golang.org/x/lint/golint\n - go get honnef.co/go/tools/cmd/staticcheck\n - go get -d ./...\nscript:\n - go build -tags=gofuzz ./...\n - go vet ./...\n - staticcheck ./...\n - golint -set_exit_status ./...\n - go test -v -race ./...
dataset_sample\yaml\cilium_cilium\vendor\github.com\mdlayher\arp\.travis.yml
.travis.yml
YAML
296
0.7
0
0
awesome-app
128
2025-01-14T21:11:42.480803
MIT
false
c914f2dae8c12e6287471905a02ce004
language: go\ngo:\n - 1.x\nos:\n - linux\nbefore_install:\n - go get golang.org/x/lint/golint\n - go get honnef.co/go/tools/cmd/staticcheck\n - go get -d ./...\nscript:\n - go build -tags=gofuzz ./...\n - go vet ./...\n - staticcheck ./...\n - golint -set_exit_status ./...\n - go test -v -race ./...\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\mdlayher\ethernet\.travis.yml
.travis.yml
YAML
297
0.7
0
0
python-kit
822
2024-03-30T20:38:10.831058
MIT
false
f2a7e7d42328d83463cae06547accc6d
linters:\n enable:\n # style\n - containedctx # struct contains a context\n - dupl # duplicate code\n - errname # erorrs are named correctly\n - nolintlint # "//nolint" directives are properly explained\n - revive # golint replacement\n - unconvert # unnecessary conversions\n - wastedassign\n\n...
dataset_sample\yaml\cilium_cilium\vendor\github.com\Microsoft\go-winio\.golangci.yml
.golangci.yml
YAML
4,244
0.95
0.07483
0.124088
vue-tools
678
2024-05-26T04:01:31.444066
MIT
false
e405f16ead7265060bf0440aadff79a8
coverage:\n status:\n project:\n default:\n target: 40%\n threshold: null\n patch: false\n changes: false\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\miekg\dns\.codecov.yml
.codecov.yml
YAML
128
0.7
0
0
react-lib
620
2024-10-07T14:41:24.912298
GPL-3.0
false
22d35c24044b1bdaea9843dc479fb7cd
language: go\n\ngo:\n - 1.8.x\n - 1.x\n\nbefore_install:\n - go get -t -v ./...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\modern-go\concurrent\.travis.yml
.travis.yml
YAML
159
0.8
0
0
python-kit
947
2024-02-17T18:03:35.025515
Apache-2.0
false
529e0253c40224d4a96e059257ea55d1
language: go\n\ngo:\n - 1.9.x\n - 1.x\n\nbefore_install:\n - go get -t -v ./...\n - go get -t -v github.com/modern-go/reflect2-tests/...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash)\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\modern-go\reflect2\.travis.yml
.travis.yml
YAML
216
0.8
0
0
react-lib
97
2025-04-02T00:06:29.068355
MIT
false
12fca2ab15a8f10085fd6330c85dd4f1
language: go\nsudo: false\ngo:\n - 1.10.x\ninstall:\n - go get -v github.com/golang/lint/golint\n - go get golang.org/x/tools/cmd/cover\n - go get github.com/mattn/goveralls\n - go get -d -t -v ./...\n - go build -v ./...\nscript:\n - go vet ./...\n - $HOME/gopath/bin/golint .\n - go test -v -race ./...\n - g...
dataset_sample\yaml\cilium_cilium\vendor\github.com\oklog\ulid\.travis.yml
.travis.yml
YAML
465
0.7
0
0
python-kit
535
2025-03-04T13:41:42.887642
Apache-2.0
false
fba17fa639b561df278f0c53d952eebb
language: go\ngo:\n - tip\n - 1.16.x\n - 1.15.x\n\ncache:\n directories:\n - $GOPATH/pkg/mod\n\n# allow internal package imports, necessary for forked repositories\ngo_import_path: github.com/onsi/ginkgo\n\ninstall:\n - GO111MODULE="off" go get -v -t ./...\n - GO111MODULE="off" go get golang.org/x/tools/cmd/co...
dataset_sample\yaml\cilium_cilium\vendor\github.com\onsi\ginkgo\.travis.yml
.travis.yml
YAML
616
0.95
0.041667
0.05
react-lib
318
2023-11-06T06:47:01.026773
MIT
false
d32b71e97f626aedc61dffc455b81735
version: 2\n\nrequirements:\n signed_off_by:\n required: true\n\nalways_pending:\n title_regex: '^WIP'\n explanation: 'Work in progress...'\n\ngroup_defaults:\n required: 2\n approve_by_comment:\n enabled: true\n approve_regex: '^LGTM'\n reject_regex: '^Rejected'\n reset_on_push:\n enabled: true\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\opencontainers\go-digest\.pullapprove.yml
.pullapprove.yml
YAML
444
0.85
0
0
vue-tools
233
2024-04-10T09:21:05.001531
MIT
false
14724ba5e883bd436d3e4bdc9b2da32f
trigger:\n- master\n\nstages:\n- stage: run_checks\n displayName: "Check"\n dependsOn: []\n jobs:\n - job: fmt\n displayName: "fmt"\n pool:\n vmImage: ubuntu-latest\n steps:\n - task: GoTool@0\n displayName: "Install Go 1.16"\n inputs:\n version: "1.16"\n - task: Go@0\n dis...
dataset_sample\yaml\cilium_cilium\vendor\github.com\pelletier\go-toml\azure-pipelines.yml
azure-pipelines.yml
YAML
4,798
0.8
0
0
react-lib
699
2023-09-20T00:19:33.372099
MIT
false
fe126e51a283fcda6d72460c5e05feec
language: go\ngo_import_path: github.com/pkg/errors\ngo:\n - 1.11.x\n - 1.12.x\n - 1.13.x\n - tip\n\nscript:\n - make check\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\pkg\errors\.travis.yml
.travis.yml
YAML
120
0.85
0
0
react-lib
910
2023-09-26T05:27:18.346520
MIT
false
013ec5d03637d40fe7aa3ff7cd8fe397
version: build-{build}.{branch}\n\nclone_folder: C:\gopath\src\github.com\pkg\errors\nshallow_clone: true # for startup speed\n\nenvironment:\n GOPATH: C:\gopath\n\nplatform:\n - x64\n\n# http://www.appveyor.com/docs/installed-software\ninstall:\n # some helpful output for debugging builds\n - go version\n - go en...
dataset_sample\yaml\cilium_cilium\vendor\github.com\pkg\errors\appveyor.yml
appveyor.yml
YAML
639
0.8
0.0625
0.24
react-lib
77
2025-06-16T04:20:30.639912
MIT
false
ac604682013b1f47468e7bd7d39ca3d6
---\nlinters:\n enable:\n - errcheck\n - forbidigo\n - godot\n - gofmt\n - goimports\n - gosimple\n - govet\n - ineffassign\n - misspell\n - revive\n - staticcheck\n - testifylint\n - unused\n\nlinters-settings:\n forbidigo:\n forbid:\n - p: ^fmt\.Print.*$\n msg: Do not commit print statem...
dataset_sample\yaml\cilium_cilium\vendor\github.com\prometheus\procfs\.golangci.yml
.golangci.yml
YAML
473
0.95
0
0.033333
python-kit
131
2023-10-31T14:15:51.017750
GPL-3.0
false
d6fa4364d97c4d59036ecd5abaf12a0b
version: "2"\nlinters:\n enable:\n - misspell\n - revive\n settings:\n revive:\n rules:\n - name: unused-parameter\n severity: warning\n disabled: true\n exclusions:\n generated: lax\n presets:\n - comments\n - common-false-positives\n - legacy\n - std...
dataset_sample\yaml\cilium_cilium\vendor\github.com\prometheus-community\pro-bing\.golangci.yml
.golangci.yml
YAML
570
0.7
0
0
vue-tools
352
2023-08-26T07:11:51.282344
MIT
false
ffddd5c38b4f84eb807aac32ae986763
sudo: false\nlanguage: go\ngo:\n - "1.10.x"\n - "1.11.x"\n - tip\nmatrix:\n fast_finish: true\n allow_failures:\n - go: tip\ninstall:\n - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).\nscript:\n - go get -t -v...
dataset_sample\yaml\cilium_cilium\vendor\github.com\russross\blackfriday\v2\.travis.yml
.travis.yml
YAML
393
0.8
0
0
vue-tools
721
2025-06-11T09:17:03.810946
GPL-3.0
false
626dc798e8bcebfb14204f21b5307122
arch:\n - amd64\n - ppc64le\nlanguage: go\nsudo: false\ngo:\n - 1.9.x\n - 1.10.x\n - 1.11.x\n - 1.12.x\n - 1.13.x\n - 1.14.x\n - 1.15.x\n - 1.16.x\n - master\n - tip\n\nbefore_install:\n - go get golang.org/x/tools/cmd/cover\n - go get -t -v ./...\n\nscript:\n - ./test.sh\n\nafter_success:\n - bash <(cu...
dataset_sample\yaml\cilium_cilium\vendor\github.com\sasha-s\go-deadlock\.travis.yml
.travis.yml
YAML
326
0.8
0
0
awesome-app
624
2024-08-01T21:18:31.126144
GPL-3.0
false
78a4a709602f1976d1cab65c95da255c
run:\n # do not run on test files yet\n tests: false\n\n# all available settings of specific linters\nlinters-settings:\n errcheck:\n # report about not checking of errors in type assetions: `a := b.(MyStruct)`;\n # default is false: such cases aren't reported by default.\n check-type-assertions: false\n\n ...
dataset_sample\yaml\cilium_cilium\vendor\github.com\sirupsen\logrus\.golangci.yml
.golangci.yml
YAML
974
0.95
0.1
0.176471
react-lib
355
2024-09-24T01:48:12.163996
MIT
false
97b88b4b9fceb8fa5f567c57de363e47
language: go\ngo_import_path: github.com/sirupsen/logrus\ngit:\n depth: 1\nenv:\n - GO111MODULE=on\ngo: 1.15.x\nos: linux\ninstall:\n - ./travis/install.sh\nscript:\n - cd ci\n - go run mage.go -v -w ../ crossBuild\n - go run mage.go -v -w ../ lint\n - go run mage.go -v -w ../ test\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\sirupsen\logrus\.travis.yml
.travis.yml
YAML
276
0.85
0
0
vue-tools
573
2023-11-30T11:39:24.561636
MIT
false
16e6bdc24b6e75b9f4fa4b2c26c2f2c3
version: "{build}"\nplatform: x64\nclone_folder: c:\gopath\src\github.com\sirupsen\logrus\nenvironment:\n GOPATH: c:\gopath\nbranches:\n only:\n - master\ninstall:\n - set PATH=%GOPATH%\bin;c:\go\bin;%PATH%\n - go version\nbuild_script:\n - go get -t\n - go test\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\sirupsen\logrus\appveyor.yml
appveyor.yml
YAML
259
0.7
0
0
vue-tools
544
2024-11-09T08:56:41.698296
Apache-2.0
false
28f490e2e7c88ac69cac01b12eded3d7
linters:\n disable-all: true\n enable:\n - errcheck\n - godot\n - gosimple\n - govet\n - ineffassign\n - staticcheck\n - typecheck\n - unused\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\sourcegraph\conc\.golangci.yml
.golangci.yml
YAML
158
0.7
0
0
python-kit
699
2024-11-28T08:37:26.093468
Apache-2.0
false
f2a237544574ae01d753636b49651ad3
# This currently does nothing. We have moved to GitHub action, but this is kept\n# until spf13 has disabled this project in AppVeyor.\nversion: '{build}'\nclone_folder: C:\gopath\src\github.com\spf13\afero\nenvironment:\n GOPATH: C:\gopath\nbuild_script:\n- cmd: >-\n go version\n\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\spf13\afero\appveyor.yml
appveyor.yml
YAML
276
0.8
0
0.222222
node-utils
454
2023-10-15T05:13:33.830097
Apache-2.0
false
6106d62c5b6489105ca04bcc0697fab4
# Copyright 2013-2023 The Cobra Authors\n#\n# Licensed under the Apache License, Version 2.0 (the "License");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or ag...
dataset_sample\yaml\cilium_cilium\vendor\github.com\spf13\cobra\.golangci.yml
.golangci.yml
YAML
1,380
0.95
0.017544
0.618182
awesome-app
327
2024-03-26T03:40:36.412894
GPL-3.0
false
967756e736da2c1685fec8c8c535c8e3
sudo: false\n\nlanguage: go\n\ngo:\n - 1.9.x\n - 1.10.x\n - 1.11.x\n - tip\n\nmatrix:\n allow_failures:\n - go: tip\n\ninstall:\n - go get golang.org/x/lint/golint\n - export PATH=$GOPATH/bin:$PATH\n - go install ./...\n\nscript:\n - verify/all.sh -v\n - go test ./...\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\spf13\pflag\.travis.yml
.travis.yml
YAML
261
0.7
0
0
node-utils
52
2024-11-11T14:42:47.423072
GPL-3.0
false
f504718ab320acb1939add99896255f7
run:\n deadline: 10m\n\nlinters:\n enable:\n - dupl\n - goconst\n - gocyclo\n - godox\n - gosec\n - interfacer\n - lll\n - maligned\n - misspell\n - prealloc\n - stylecheck\n - unconvert\n - unparam\n - errcheck\n - golint\n - gofmt\n disable: []\n fast: false\n\nissues:\n exclude-use-default: fals...
dataset_sample\yaml\cilium_cilium\vendor\github.com\stoewer\go-strcase\.golangci.yml
.golangci.yml
YAML
297
0.7
0
0
react-lib
625
2025-02-11T20:08:17.089549
BSD-3-Clause
false
fa99edc8d6679d91477c5c512b49b4b6
linters:\n enable:\n - errcheck\n - errorlint\n - gocritic\n - gosec\n - gosimple\n - govet\n - gci\n - misspell\n - nonamedreturns\n - staticcheck\n - unconvert\n - unparam\n - unused\n - whitespace\n\nlinters-settings:\n gci:\n sections:\n - standard\n - defaul...
dataset_sample\yaml\cilium_cilium\vendor\github.com\vishvananda\netns\.golangci.yml
.golangci.yml
YAML
360
0.7
0
0
awesome-app
952
2025-06-01T14:20:35.221097
GPL-3.0
false
6d98452b35de6bfca058569dc8b3ef00
---\nextends: default\n\nrules:\n document-start: disable\n line-length: disable\n truthy:\n ignore: |\n .github/workflows/*.yml\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\vishvananda\netns\.yamllint.yml
.yamllint.yml
YAML
132
0.8
0
0
react-lib
230
2023-11-29T14:22:58.884641
BSD-3-Clause
false
abddf3d372aa3e06b8fe53be32393d1e
language: go\n\ngo:\n - 1.11.x\n\nenv:\n - GO111MODULE=on \n \nscript:\n - go test -short -coverprofile=coverage.txt -covermode=count ./...\n\nafter_success:\n - bash <(curl -s https://codecov.io/bash) \n
dataset_sample\yaml\cilium_cilium\vendor\github.com\x448\float16\.travis.yml
.travis.yml
YAML
197
0.8
0
0
node-utils
135
2023-08-04T16:45:08.298698
Apache-2.0
false
773d8d82e81a1db1741743c8ad3b9b7d
language: go\ngo:\n - "1.11"\n - "1.12"\n - "1.13"\nbefore_install:\n - go get github.com/xeipuuv/gojsonreference\n - go get github.com/xeipuuv/gojsonpointer\n - go get github.com/stretchr/testify/assert\n
dataset_sample\yaml\cilium_cilium\vendor\github.com\xeipuuv\gojsonschema\.travis.yml
.travis.yml
YAML
202
0.7
0
0
awesome-app
955
2023-12-05T05:14:57.154024
GPL-3.0
false
9d908fa8c8b76a6d012bbd58474994ad
project_name: zlint\nbefore:\n hooks:\n - go mod tidy\nbuilds:\n -\n main: ./cmd/zlint/main.go\n binary: zlint\n env:\n - CGO_ENABLED=0\n goos:\n - linux\n - freebsd\n - windows\n - darwin\n goarch:\n - amd64\narchives:\n -\n wrap_in_directory: true\n replacement...
dataset_sample\yaml\cilium_cilium\vendor\github.com\zmap\zlint\v3\.goreleaser.yml
.goreleaser.yml
YAML
473
0.7
0
0
node-utils
554
2025-06-17T16:32:40.304255
BSD-3-Clause
false
4d62f55f013fd119569a9f9a4b304a4e
version: "{build}"\n\nplatform: x64\n\nclone_folder: c:\gopath\src\go.opencensus.io\n\nenvironment:\n GOPATH: 'c:\gopath'\n GO111MODULE: 'on'\n CGO_ENABLED: '0' # See: https://github.com/appveyor/ci/issues/2613\n\nstack: go 1.11\n\nbefore_test:\n - go version\n - go env\n\nbuild: false\ndeploy: false\n\ntest_scrip...
dataset_sample\yaml\cilium_cilium\vendor\go.opencensus.io\appveyor.yml
appveyor.yml
YAML
412
0.8
0
0
react-lib
920
2024-01-03T22:32:10.156128
BSD-3-Clause
false
82be25682065797f69af800f9c1b51bd
# See https://github.com/golangci/golangci-lint#config-file\nrun:\n issues-exit-code: 1 #Default\n tests: true #Default\n\nlinters:\n # Disable everything by default so upgrades to not include new "default\n # enabled" linters.\n disable-all: true\n # Specifically enable linters we want to use.\n enable:\n - ...
dataset_sample\yaml\cilium_cilium\vendor\go.opentelemetry.io\otel\.golangci.yml
.golangci.yml
YAML
7,653
0.95
0.02381
0.128514
react-lib
673
2024-09-19T04:28:11.572013
MIT
false
202721b5552753e3861b6e195cb29097
coverage:\n range: 70..98\n round: down\n precision: 2\n\n status:\n project: # measuring the overall project coverage\n default: # context, you can create multiple ones with custom titles\n enabled: yes # must be yes|true to enable this status\n tar...
dataset_sample\yaml\cilium_cilium\vendor\go.uber.org\dig\.codecov.yml
.codecov.yml
YAML
828
0.8
0.157895
0.117647
react-lib
433
2024-02-20T20:22:56.404405
GPL-3.0
false
236ed33f7a5c199c1df0bde4d9436e8b
output:\n # Make output more digestible with quickfix in vim/emacs/etc.\n sort-results: true\n print-issued-lines: false\n\nlinters:\n enable:\n - gofumpt\n - nolintlint\n - revive\n\nlinters-settings:\n govet:\n # These govet checks are disabled by default, but they're useful.\n enable:\n - ni...
dataset_sample\yaml\cilium_cilium\vendor\go.uber.org\goleak\.golangci.yml
.golangci.yml
YAML
635
0.8
0
0.208333
node-utils
894
2024-02-03T02:11:20.624421
GPL-3.0
false
0f7fbc2a02ff0c3d66ab60b306590bf7
coverage:\n range: 80..100\n round: down\n precision: 2\n\n status:\n project: # measuring the overall project coverage\n default: # context, you can create multiple ones with custom titles\n enabled: yes # must be yes|true to enable this status\n ta...
dataset_sample\yaml\cilium_cilium\vendor\go.uber.org\multierr\.codecov.yml
.codecov.yml
YAML
763
0.8
0.2
0.153846
awesome-app
805
2024-08-12T09:40:40.007578
GPL-3.0
false
47a21b3ecf2c1abbbffc83074925a3c0
coverage:\n range: 80..100\n round: down\n precision: 2\n\n status:\n project: # measuring the overall project coverage\n default: # context, you can create multiple ones with custom titles\n enabled: yes # must be yes|true to enable this status\n ta...
dataset_sample\yaml\cilium_cilium\vendor\go.uber.org\zap\.codecov.yml
.codecov.yml
YAML
801
0.8
0.176471
0.133333
react-lib
19
2023-12-13T02:04:52.796941
Apache-2.0
false
322c63b6b124b9e5ab95491701bf47fb
output:\n # Make output more digestible with quickfix in vim/emacs/etc.\n sort-results: true\n print-issued-lines: false\n\nlinters:\n # We'll track the golangci-lint default linters manually\n # instead of letting them change without our control.\n disable-all: true\n enable:\n # golangci-lint defaults:\n ...
dataset_sample\yaml\cilium_cilium\vendor\go.uber.org\zap\.golangci.yml
.golangci.yml
YAML
2,386
0.95
0.025974
0.333333
vue-tools
87
2024-05-24T14:04:07.270669
MIT
false
b126debe5c78b49b8d216daa58b8968a
language: go\n\ngo:\n - tip\n\ninstall:\n - export GOPATH="$HOME/gopath"\n - mkdir -p "$GOPATH/src/golang.org/x"\n - mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/golang.org/x/oauth2"\n - go get -v -t -d golang.org/x/oauth2/...\n\nscript:\n - go test -v golang.org/x/oauth2/...\n
dataset_sample\yaml\cilium_cilium\vendor\golang.org\x\oauth2\.travis.yml
.travis.yml
YAML
262
0.7
0
0
vue-tools
731
2024-01-21T21:31:29.493199
GPL-3.0
false
1a68e7809045200cda2e2ed6fc4f5890
linters-settings:\n staticcheck:\n checks: [\n "all",\n "-SA1019" # There are valid use cases of strings.Title\n ]\n nakedret:\n max-func-lines: 0 # Disallow any unnamed return statement\n\nlinters:\n enable:\n - deadcode\n - errcheck\n - gosimple\n - govet\n - ineffassign\n - st...
dataset_sample\yaml\cilium_cilium\vendor\gopkg.in\ini.v1\.golangci.yml
.golangci.yml
YAML
468
0.95
0
0
vue-tools
598
2023-09-18T08:16:17.212171
Apache-2.0
false
2bf07f311bbeb7f6312adbef335ea0e4
coverage:\n range: "60...95"\n status:\n project:\n default:\n threshold: 1%\n informational: true\n patch:\n defualt:\n only_pulls: true\n informational: true\n\ncomment:\n layout: 'diff'\n\ngithub_checks: false\n
dataset_sample\yaml\cilium_cilium\vendor\gopkg.in\ini.v1\codecov.yml
codecov.yml
YAML
245
0.7
0
0
node-utils
239
2024-11-17T14:12:22.476056
GPL-3.0
false
9de47d11b8a05b4e8e4eefa73bccb936
language: go\n\ngo:\n - "1.4.x"\n - "1.5.x"\n - "1.6.x"\n - "1.7.x"\n - "1.8.x"\n - "1.9.x"\n - "1.10.x"\n - "1.11.x"\n - "1.12.x"\n - "1.13.x"\n - "1.14.x"\n - "tip"\n\ngo_import_path: gopkg.in/yaml.v2\n
dataset_sample\yaml\cilium_cilium\vendor\gopkg.in\yaml.v2\.travis.yml
.travis.yml
YAML
223
0.85
0
0
react-lib
928
2024-10-10T19:07:53.383321
MIT
false
2d12342affd6d5ea1bb8148206423ec3
linters:\n disable-all: true\n enable:\n - asasalint\n - asciicheck\n - bidichk\n - bodyclose\n - copyloopvar\n - dogsled\n - dupl\n - errcheck\n - errchkjson\n - errorlint\n - exhaustive\n - ginkgolinter\n - goconst\n - gocritic\n - gocyclo\n - gofmt\n - goimports\n...
dataset_sample\yaml\cilium_cilium\vendor\sigs.k8s.io\controller-runtime\.golangci.yml
.golangci.yml
YAML
5,600
0.95
0.044693
0.136364
node-utils
30
2024-02-25T09:18:25.761992
BSD-3-Clause
false
ffe8d5a2f198a794ce90c983beba4e0a
language: go\narch: arm64\ndist: focal\ngo: 1.15.x\nscript:\n - diff -u <(echo -n) <(gofmt -d *.go)\n - diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)\n - GO111MODULE=on go vet .\n - GO111MODULE=on go test -v -race ./...\n - git diff --exit-code\ninstall:\n - GO111MODULE=off go get golang.o...
dataset_sample\yaml\cilium_cilium\vendor\sigs.k8s.io\yaml\.travis.yml
.travis.yml
YAML
326
0.7
0
0
python-kit
505
2024-11-19T04:25:41.278255
Apache-2.0
false
80c3e7b46ca42256453e99bc0225f319
exclude_patterns:\n - "src/backend/distributed/utils/citus_outfuncs.c"\n - "src/backend/distributed/deparser/ruleutils_*.c"\n - "src/include/distributed/citus_nodes.h"\n - "src/backend/distributed/safeclib"\n - "src/backend/columnar/safeclib"\n - "**/vendor/"\n
dataset_sample\yaml\citusdata_citus\.codeclimate.yml
.codeclimate.yml
YAML
260
0.7
0
0
python-kit
876
2025-03-03T01:24:13.127305
Apache-2.0
false
c4ba831830f5040991d8e2d26fe3752d
codecov:\n notify:\n require_ci_to_pass: yes\n\ncoverage:\n precision: 2\n round: down\n range: "70...100"\n\n ignore:\n - "src/backend/distributed/utils/citus_outfuncs.c"\n - "src/backend/distributed/deparser/ruleutils_*.c"\n - "src/include/distributed/citus_nodes.h"\n - "src/backend/distributed/sa...
dataset_sample\yaml\citusdata_citus\.codecov.yml
.codecov.yml
YAML
665
0.85
0
0
python-kit
91
2024-02-17T03:17:11.284736
BSD-3-Clause
false
c5197da6838028a51f7b078d780d1df3
name: 'Parallelization matrix'\ninputs:\n count:\n required: false\n default: 32\noutputs:\n json:\n value: ${{ steps.generate_matrix.outputs.json }}\nruns:\n using: "composite"\n steps:\n - name: Generate parallelization matrix\n id: generate_matrix\n shell: bash\n run: |-\n json_...
dataset_sample\yaml\citusdata_citus\.github\actions\parallelization\action.yml
action.yml
YAML
587
0.85
0.043478
0
node-utils
778
2025-06-17T08:54:20.734473
BSD-3-Clause
false
4704b43c8478d9cbbf2c6ae9d02c512c