• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sapcc / go-makefile-maker
4%
main: 3%

Build:
Build:
LAST BUILD BRANCH: add_test_args
DEFAULT BRANCH: main
Repo Added 18 Mar 2022 02:17PM UTC
Token WNX3gobUsvnB5ye6aDuBfxoAptZ0040yh regen
Build 1196 Last
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/golangci-lint-skip-dirs
branch: fix/golangci-lint-skip-dirs
CHANGE BRANCH
x
Reset
Sync Branches
  • fix/golangci-lint-skip-dirs
  • Clean-up
  • GoReleaser-update
  • SuperSandro2000-patch-1
  • add-cobaltcore-ironcore
  • add-logo
  • add-sapci
  • add_test_args
  • addlicense-ignores
  • allow-gg-option-as-dot-import
  • allow-none-build
  • allow-replace-client-go
  • auto-update
  • autofill-bininfo
  • autoupdateable-deps
  • buildkit-opt-in
  • bump
  • bump-actions-version
  • bump-checkout-action
  • bump-k8s-versions
  • check-reuse-lint
  • christmas-break-2024
  • christmas-break-2024-over
  • clean-up
  • concise-renovate-config
  • conditional-assignment-testpkgs
  • copyright-text-config
  • databus23-patch-1
  • debug-log
  • delete-old-shellcheck
  • delete-shellcheck-not-selfhosted
  • dependency-review
  • disable-major-k8s-bump
  • do-not-be-nobody
  • do-not-errcheck-type-assertions
  • do_not_use_indirect_ginkgo
  • docker-cmd
  • docker-platforms
  • dockerfile
  • dockerfile-allow-custom-build-stages
  • dockerfile-refactor
  • dupword-ignores
  • easypg-finish-migration
  • easypg-migration-path
  • editorconfig
  • enable-email-filtering
  • envtest-binaries-cache
  • extra-build-packages
  • feat/customManagers
  • feat/provide-bininfo-build-args
  • fix-actions-runner-group
  • fix-add-license
  • fix-addlicense-options-spacing
  • fix-auto-update
  • fix-ghworkflow-upgrading
  • fix-ginkgo-k8s
  • fix-go-test
  • fix-goreleaser-enablement
  • fix-license-headers
  • fix-macos
  • fix-reuse-without-deps
  • fix-runson
  • fix/ginkgo
  • fix/golangci-config
  • fix/usespostgres/onlydirect
  • go
  • go-1.22.3
  • go-1.24.0
  • go-1.24.2
  • go-1.24.6
  • go-bits
  • go124
  • go_buildenv
  • go_install_ginkgo_latest
  • golangci-lint-timeout-option
  • golangcilint2
  • goreleaser
  • goreleaser-config
  • goreleaser-template
  • help-output
  • ignore
  • install-ginkgo-in-prepare-static-check
  • install-goimports
  • install-reuse
  • installTo-dockerfile-error
  • kubernetes-controller
  • license-headers-swallow-comments
  • license-override-miekg-dns
  • license-scan-bsd2-freebsd
  • license-scan-overrides
  • license-scan-zlib
  • lint
  • linterconfig
  • mac_failed_stdout_285
  • main
  • match_case_from_as
  • modernize
  • more-darwin
  • move-lib-repo-updates-to-thursday
  • new-label
  • notandy-patch-1
  • ospo-feedback
  • overwrite-destdir-via-variables
  • reenable-automerge
  • refactor-pkg-structure
  • release-instruction-branch
  • releaser
  • remove-auto-render
  • remove-noctx
  • remove-nxos-license-override
  • rename-renovate-matchfiles
  • render-dockerfile-without-templating
  • renovate
  • renovate-assignees
  • renovate-disable-actions
  • renovate-obsolete-options
  • renovate/actions-checkout-5.x
  • renovate/actions-dependency-review-action-2.x
  • renovate/all
  • renovate/external-dependencies
  • renovate/github-codeql-action-2.x
  • renovate/github.com-sapcc-go-bits-digest
  • renovate/github.comsapcc
  • renovate/go-1.x
  • renovate/gopkg.in-yaml.v3-3.x
  • renovate/major-external-dependencies
  • renovate/migrate-config
  • repo-specific-constraints
  • reuse
  • reuse-ability
  • reuse-config
  • reuse-shell-nix
  • run-all-checks
  • sbom
  • security_checks_queries
  • shellcheck
  • shellcheck-ignore-vendored
  • shellcheck-wget
  • short-license-headers
  • sigs-k8s
  • skip-build-job
  • small-fixes
  • some-cleanups-makefile
  • spdx-filecopyrighttext
  • split-long-line
  • stanislav-zaprudskiy-patch-1
  • stanislav-zaprudskiy-patch-2
  • support-disabling-reuse-overrides
  • support-pgx
  • tagstrategy-sha
  • test-packages-config
  • testfiles-no-dupl
  • upgrade-go
  • upgrade-go1.21
  • upgrade-postgres
  • verify-again
  • version
  • with-postgres-db.sh

26 Mar 2025 09:56AM UTC coverage: 4.121%. Remained the same
14080423965

Pull #257

github

felix-kaestner
fix: golangci-lint skip-dirs in config file

In v2 of golangci-lint the `run.skip-dirs` config has been moved to
`linters.exclusions.paths`. However the config was (mistakenly) added to the
`linters.exclusions.rules` instead which is fixed by this patch.
Pull Request #257: fix: golangci-lint skip-dirs in config file

34 of 825 relevant lines covered (4.12%)

0.34 hits per line

Relevant lines Covered
Build:
Build:
825 RELEVANT LINES 34 COVERED LINES
0.34 HITS PER LINE
Source Files on fix/golangci-lint-skip-dirs
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
14080423965 fix/golangci-lint-skip-dirs fix: golangci-lint skip-dirs in config file In v2 of golangci-lint the `run.skip-dirs` config has been moved to `linters.exclusions.paths`. However the config was (mistakenly) added to the `linters.exclusions.rules` instead which is fixed by this... Pull #257 26 Mar 2025 09:59AM UTC felix-kaestner github
4.12
See All Builds (1196)

Badge your Repo: go-makefile-maker

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc