Skip to content

Commit

Permalink
build: novendor (#13)
Browse files Browse the repository at this point in the history
* build(deps): remove vendor

* build(deps): no vendor

* ci: add build types

* ci: lint mod=readonly
  • Loading branch information
matt-FFFFFF authored Apr 17, 2023
1 parent d87277c commit 8d20a70
Show file tree
Hide file tree
Showing 4,652 changed files with 6 additions and 2,083,497 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 4 additions & 2 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,20 @@ jobs:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
build
chore
ci
docs
feat
fix
refactor
revert
perf
style
test
# Configure which scopes are allowed.
scopes: |
deps
check
error
setuptest
Expand All @@ -62,8 +65,7 @@ jobs:
# Multiple labels can be separated by newlines.
# If you want to rerun the validation when labels change, you might want
# to use the `labeled` and `unlabeled` event triggers in your workflow.
ignoreLabels: |
dependencies
## ignoreLabels:
# If you're using a format for the PR title that differs from the traditional Conventional
# Commits spec, you can use these options to customize the parsing of the type, scope and
# subject. The `headerPattern` should contain a regex where the capturing groups in parentheses
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Go
vendor/

# Binaries for programs and plugins
*.exe
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
timeout: 40m
modules-download-mode: vendor
modules-download-mode: readonly

issues:
max-per-linter: 0
Expand Down
202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/LICENSE

This file was deleted.

Loading

0 comments on commit 8d20a70

Please sign in to comment.