Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • danet/gosdn
1 result
Select Git revision
Show changes
Commits on Source (3)
renovate: renovate:
stage: tools stage: tools
image: renovate/renovate:39.91.3 image: renovate/renovate:39.106.0
variables: variables:
LOG_LEVEL: debug LOG_LEVEL: debug
......
...@@ -14,13 +14,13 @@ output: ...@@ -14,13 +14,13 @@ output:
- format: colored-line-number - format: colored-line-number
print-issued-lines: true print-issued-lines: true
print-linter-name: true print-linter-name: true
uniq-by-line: true
path-prefix: "" path-prefix: ""
issues: issues:
exclude-use-default: false exclude-use-default: false
max-issues-per-linter: 0 max-issues-per-linter: 0
max-same-issues: 0 max-same-issues: 0
uniq-by-line: true
exclude-files: exclude-files:
- http.go - http.go
# directories to be ignored by linters # directories to be ignored by linters
......
...@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip ...@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip
# Tool Versions # Tool Versions
GOTESTSUM_VERSION=v1.8.1 GOTESTSUM_VERSION=v1.8.1
GOLANGCI_LINT_VERSION=v1.62.0 GOLANGCI_LINT_VERSION=v1.63.4
MOCKERY_VERSION=v2.20.0 MOCKERY_VERSION=v2.20.0
YGOT_GENERATOR_VERSION=v0.27.0 YGOT_GENERATOR_VERSION=v0.27.0
YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4 YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4
......