Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ repos:
types: [go]
pass_filenames: false
language: docker_image
- id: go-tidy
- id: go-mod-tidy
name: Run go mod tidy
entry: bash -c "cd go-sdk && go mod tidy"
files: ^go-sdk/
Expand Down
2 changes: 1 addition & 1 deletion contributing-docs/08_static_code_checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ require Breeze Docker image to be built locally.
+-----------------------------------------------------------+--------------------------------------------------------+---------+
| go-mockery | Generate mocks for go | |
+-----------------------------------------------------------+--------------------------------------------------------+---------+
| go-tidy | Run go mod tidy | |
| go-mod-tidy | Run go mod tidy | |
+-----------------------------------------------------------+--------------------------------------------------------+---------+
| gofmt | Format go code | |
+-----------------------------------------------------------+--------------------------------------------------------+---------+
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_static-checks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/breeze/doc/images/output_static-checks.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0965787dd63858d380d63a34b5afdc76
f31561bb0408a8cab278aad420d260b3
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/pre_commit_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"generate-tasksdk-datamodels",
"generate-volumes-for-sources",
"go-mockery",
"go-tidy",
"go-mod-tidy",
"gofmt",
"identity",
"insert-license",
Expand Down