Skip to content

tools/protolint: Update module github.com/yoheimuta/protolint to v0.41.0

This MR contains the following updates:

Package Type Update Change
github.com/yoheimuta/protolint require minor v0.38.1 -> v0.41.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

yoheimuta/protolint

v0.41.0

Compare Source

Changelog

  • 6ffbd67 Fix indentrule causing runtime error when the file has a mix of LF and CRLF
  • 2e1d364 Merge pull request #​285 from yoheimuta/fix-panic-due-to-mix-lineending/280
  • 9ba4a39 Update README.md
  • 5440322 fix yamllint
  • b2faf1e tests: Remove the unstable part of CI process
  • 51a4af0 tests: Stop uploading scan results for now

v0.40.0

Compare Source

Changelog

  • f345c7a Merge pull request #​270 from yoheimuta/support-proto_root
  • 2ddfb80 Merge pull request #​271 from wwuck/feature/container-scan
  • f62477b Merge pull request #​274 from wwuck/feature/workflow
  • 9f553b0 Merge pull request #​277 from yoheimuta/auto-disable
  • ea4ef92 Merge pull request #​278 from yoheimuta/auto-disable-enum-field-name-rules
  • 744d705 Merge pull request #​282 from yoheimuta/support-auto-disable-enum-field-message
  • 33bd7e3 Merge pull request #​283 from yoheimuta/auto-disable-rpc-service
  • 5e872f5 Update README.md
  • bc48156 feat: Auto disable ENUM_FIELD_NAMES_MREFIX
  • de834d2 feat: Auto disable ENUM_FIELD_NAMES_ZERO_VALUE_END_WITH
  • 3b5df5e feat: Auto disable ENUM_NAMES_UPPER_CAMEL_CASE
  • de03594 feat: Auto disable FIELD_NAMES_LOWER_SNAKE_CASE
  • 06df2c4 feat: Auto disable MESSAGE_NAMES_UPPER_CAMEL_CASE
  • ebf7c64 feat: Auto disable MROTO3_GROUPS_AVOID
  • af8f1d3 feat: Auto disable REPEATED_FIELD_NAMES_PLURALIZED
  • b7a8806 feat: Auto disable RPC_NAMES_UPPER_CAMEL_CASE
  • e3c2da2 feat: Auto disable SERVICE_NAMES_UPPER_CAMEL_CASE
  • a3e1675 feat: Auto disable the enumFieldNamesUpperSnakeCase rule
  • 3ed557f feat: Extend the visitor to insert disable comments
  • c80522d feat: Support -auto_disable flag
  • e05dec0 feat: autodisable package has two strategies to put a disable comment
  • 0f627d1 fix: Change from container-scan to trivy
  • 10f8869 fix: always upload sarif results
  • e133c58 fix: fail build on trivy error
  • 6c33bb8 fix: run workflows only on pull_request
  • 6184fe2 fix: set trivy version
  • 8ef404c fix: upload hadolint results in sarif format
  • ec463a7 fix: yamllint errors
  • c23e6ae refactor: Move a test utility function to a more generic package

v0.39.0

Compare Source

Changelog

v0.38.3

Compare Source

Changelog

  • c195f21 Merge pull request #​222 from yoheimuta/dependabot/github_actions/actions/checkout-3
  • c15dc27 Merge pull request #​223 from yoheimuta/dependabot/github_actions/docker/login-action-1.14.1
  • efe2251 Merge pull request #​224 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-hclog-1.2.0
  • 7968fad Merge pull request #​231 from yoheimuta/dependabot/github_actions/hadolint/hadolint-action-2.1.0
  • 86b2f88 Merge pull request #​232 from yoheimuta/dependabot/docker/alpine-3.15.4
  • 147d4e9 Merge pull request #​233 from yoheimuta/dependabot/github_actions/actions/setup-go-3
  • 95239cd Merge pull request #​236 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.46.0
  • de402c0 Merge pull request #​238 from yoheimuta/dependabot/github_actions/github/codeql-action-2
  • a8cbea8 Merge pull request #​241 from yoheimuta/dependabot/go_modules/github.com/yoheimuta/go-protoparser/v4-4.6.0
  • 128c7d2 Merge pull request #​252 from yoheimuta/build-multi-arch-docker-images
  • 66f8921 Merge pull request #​253 from yoheimuta/setup-qemu
  • 052b6c8 chore(deps): Bump actions/checkout from 2 to 3
  • 616209e chore(deps): Bump actions/setup-go from 2 to 3
  • 99daf12 chore(deps): Bump alpine from 3.15.0 to 3.15.4
  • 2e606fc chore(deps): Bump docker/login-action from 1.13.0 to 1.14.1
  • fb90299 chore(deps): Bump github.com/hashicorp/go-hclog from 1.0.0 to 1.2.0
  • 2f95da2 chore(deps): Bump github.com/yoheimuta/go-protoparser/v4
  • 7a63b16 chore(deps): Bump github/codeql-action from 1 to 2
  • c7c34cf chore(deps): Bump google.golang.org/grpc from 1.42.0 to 1.46.0
  • 70a40f1 chore(deps): Bump hadolint/hadolint-action from 1.6.0 to 2.1.0
  • 9fe74d3 ci: set up QEMU to fix exec format error. See also https://github.com/yoheimuta/protolint/runs/7053095562?check_suite_focus=true
  • 39ed630 dev: Build and publish multi arch docker images
  • c1b1925 fix: yamllint errors

v0.38.2

Compare Source

Changelog

  • c195f21 Merge pull request #​222 from yoheimuta/dependabot/github_actions/actions/checkout-3
  • c15dc27 Merge pull request #​223 from yoheimuta/dependabot/github_actions/docker/login-action-1.14.1
  • efe2251 Merge pull request #​224 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-hclog-1.2.0
  • 7968fad Merge pull request #​231 from yoheimuta/dependabot/github_actions/hadolint/hadolint-action-2.1.0
  • 86b2f88 Merge pull request #​232 from yoheimuta/dependabot/docker/alpine-3.15.4
  • 147d4e9 Merge pull request #​233 from yoheimuta/dependabot/github_actions/actions/setup-go-3
  • 95239cd Merge pull request #​236 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.46.0
  • de402c0 Merge pull request #​238 from yoheimuta/dependabot/github_actions/github/codeql-action-2
  • a8cbea8 Merge pull request #​241 from yoheimuta/dependabot/go_modules/github.com/yoheimuta/go-protoparser/v4-4.6.0
  • 128c7d2 Merge pull request #​252 from yoheimuta/build-multi-arch-docker-images
  • 66f8921 Merge pull request #​253 from yoheimuta/setup-qemu
  • 052b6c8 chore(deps): Bump actions/checkout from 2 to 3
  • 616209e chore(deps): Bump actions/setup-go from 2 to 3
  • 99daf12 chore(deps): Bump alpine from 3.15.0 to 3.15.4
  • 2e606fc chore(deps): Bump docker/login-action from 1.13.0 to 1.14.1
  • fb90299 chore(deps): Bump github.com/hashicorp/go-hclog from 1.0.0 to 1.2.0
  • 2f95da2 chore(deps): Bump github.com/yoheimuta/go-protoparser/v4
  • 7a63b16 chore(deps): Bump github/codeql-action from 1 to 2
  • c7c34cf chore(deps): Bump google.golang.org/grpc from 1.42.0 to 1.46.0
  • 70a40f1 chore(deps): Bump hadolint/hadolint-action from 1.6.0 to 2.1.0
  • 9fe74d3 ci: set up QEMU to fix exec format error. See also https://github.com/yoheimuta/protolint/runs/7053095562?check_suite_focus=true
  • 39ed630 dev: Build and publish multi arch docker images
  • c1b1925 fix: yamllint errors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports