Skip to content

Releases: yoheimuta/protolint

v0.50.5

08 Aug 02:35
6cc254e
Compare
Choose a tag to compare

Changelog

  • 903a0c3 Configure Got to use HttpsProxyAgent for https URLs
  • 6cc254e Merge pull request #428 from etemi/master

v0.50.4

31 Jul 01:29
5b01353
Compare
Choose a tag to compare

Changelog

  • 373de70 Merge pull request #424 from yoheimuta/dependabot/docker/alpine-3.20.2
  • 82662bf Merge pull request #425 from yoheimuta/dependabot/github_actions/docker/login-action-3.3.0
  • 5b01353 Merge pull request #427 from carstencodes/contrib/carstencodes/fix-mjs-installer
  • b5ad9d8 chore(deps): Bump alpine from 3.20.1 to 3.20.2
  • 9c2de43 chore(deps): Bump docker/login-action from 3.2.0 to 3.3.0
  • 1769dea feat: Add PROTOLINT_NO_PROXY
  • 8675f84 fix: Proxy Agent usage

v0.50.3

07 Jul 03:29
1f1793c
Compare
Choose a tag to compare

Changelog

  • 3ae32fc Fixed severity in maxLineLengthRule
  • 1f1793c Merge pull request #420 from profhenry/419_configuring_severity_does_not_work_for_MaxLineLengthRule
  • b7dd32c Merge pull request #421 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.65.0
  • 5f743c0 Moved handling of fallback to default severity from config to rule
  • 145d2ec Removed FailureWithSeverityf constructor
  • 545cfc2 chore(deps): Bump google.golang.org/grpc from 1.64.0 to 1.65.0

v0.50.2

28 Jun 01:13
d2372e0
Compare
Choose a tag to compare

Changelog

  • d2372e0 Merge pull request #418 from yoheimuta/support-utf-8-bom
  • 4fa9a66 Support UTF-8-BOM files

v0.50.1

26 Jun 07:21
d2372e0
Compare
Choose a tag to compare

Changelog

  • d2372e0 Merge pull request #418 from yoheimuta/support-utf-8-bom
  • 4fa9a66 Support UTF-8-BOM files

v0.50.0

26 Jun 03:22
d6a3250
Compare
Choose a tag to compare

Changelog

  • c300f9b Add severity and basedir to JSON report
  • eb90edd Fixed severity config via protolint yaml config
  • 1af4ed3 Merge pull request #410 from yoheimuta/dependabot/github_actions/actions/setup-node-4
  • af1b5b5 Merge pull request #411 from yoheimuta/dependabot/go_modules/google.golang.org/protobuf-1.34.2
  • 9b09390 Merge pull request #413 from yoheimuta/dependabot/docker/alpine-3.20.1
  • 20e0953 Merge pull request #415 from profhenry/414_json_report_enhancements
  • d6a3250 Merge pull request #417 from profhenry/416_configure_rule_severity_via_protolint_config
  • 7f6f2be chore(deps): Bump actions/setup-node from 3 to 4
  • 6abc7be chore(deps): Bump alpine from 3.20.0 to 3.20.1
  • dddd7a5 chore(deps): Bump google.golang.org/protobuf from 1.34.1 to 1.34.2

v0.49.8

05 Jun 02:17
b32a176
Compare
Choose a tag to compare

Changelog

  • 1193ee3 Fixed config_path
  • 444bb24 Merge pull request #388 from yoheimuta/dependabot/github_actions/github/codeql-action-3
  • 463c651 Merge pull request #389 from yoheimuta/dependabot/github_actions/gradle/gradle-build-action-3
  • b32a176 Merge pull request #391 from yoheimuta/dependabot/github_actions/docker/setup-qemu-action-3
  • 96ae153 Merge pull request #393 from yoheimuta/dependabot/docker/alpine-3.19.1
  • 7e078db Merge pull request #394 from yoheimuta/dependabot/go_modules/github.com/chavacava/garif-0.1.0
  • 186a62f Merge pull request #395 from yoheimuta/dependabot/go_modules/google.golang.org/protobuf-1.34.1
  • 7a80f7d Merge pull request #396 from yoheimuta/dependabot/github_actions/actions/checkout-4
  • f078255 Merge pull request #397 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-plugin-1.6.1
  • 4ecaebb Merge pull request #398 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.64.0
  • 7c0c5fb Merge pull request #399 from yoheimuta/dependabot/github_actions/actions/setup-go-5
  • 98fc9e3 Merge pull request #400 from yoheimuta/dependabot/go_modules/github.com/BurntSushi/toml-1.4.0
  • c16d9f0 Merge pull request #401 from yoheimuta/dependabot/docker/alpine-3.20.0
  • b8d9d84 Merge pull request #403 from yoheimuta/dependabot/github_actions/docker/login-action-3.2.0
  • b9b7a9f Merge pull request #404 from yoheimuta/dependabot/github_actions/actions/setup-python-5
  • aca55ec Merge pull request #405 from yoheimuta/dependabot/github_actions/actions/setup-java-4
  • d652e30 Merge pull request #407 from profhenry/406_fixes_config_path_plugin_parameter
  • 1d1e061 Merge pull request #408 from yoheimuta/upgrade-goreleaser
  • b74240d chore(deps): Bump actions/checkout from 3 to 4
  • d359bed chore(deps): Bump actions/setup-go from 3 to 5
  • 8310bb3 chore(deps): Bump actions/setup-java from 2 to 4
  • 4f7132a chore(deps): Bump actions/setup-python from 4 to 5
  • 232121a chore(deps): Bump alpine from 3.17.2 to 3.19.1
  • 9fdd6e8 chore(deps): Bump alpine from 3.19.1 to 3.20.0
  • 97104e3 chore(deps): Bump docker/login-action from 2.1.0 to 3.2.0
  • 6d33910 chore(deps): Bump docker/setup-qemu-action from 2 to 3
  • 076cbe6 chore(deps): Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0
  • 89e891a chore(deps): Bump github.com/chavacava/garif
  • 574a880 chore(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1
  • a5598c0 chore(deps): Bump github/codeql-action from 2 to 3
  • fc7439f chore(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0
  • bb41a6d chore(deps): Bump google.golang.org/protobuf from 1.34.0 to 1.34.1
  • 7334f55 chore(deps): Bump gradle/gradle-build-action from 2 to 3
  • 61d42cf feat: Upgrade goreleaser to v2 and goreleaser action to v6

v0.49.7

03 May 03:33
bb7da42
Compare
Choose a tag to compare

Changelog

  • 1db71ad Merge pull request #246 from yoheimuta/dependabot/go_modules/github.com/gertd/go-pluralize-0.2.1
  • bddf95b Merge pull request #254 from yoheimuta/dependabot/github_actions/docker/setup-qemu-action-2
  • afe01bb Merge pull request #288 from yoheimuta/dependabot/github_actions/docker/login-action-2.1.0
  • ff7ef97 Merge pull request #317 from yoheimuta/dependabot/docker/alpine-3.17.2
  • 7d1b130 Merge pull request #321 from yoheimuta/dependabot/go_modules/golang.org/x/sys-0.1.0
  • aa2c4af Merge pull request #381 from yoheimuta/dependabot/go_modules/google.golang.org/grpc-1.63.2
  • 7744b8f Merge pull request #382 from yoheimuta/dependabot/npm_and_yarn/bdist/js/tar-6.2.1
  • 8e25d18 Merge pull request #383 from yoheimuta/dependabot/go_modules/golang.org/x/net-0.23.0
  • 80b4a07 Merge pull request #385 from yoheimuta/dependabot/go_modules/google.golang.org/protobuf-1.34.0
  • 73e35b0 Merge pull request #386 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-hclog-1.6.3
  • bb7da42 Merge pull request #387 from yoheimuta/dependabot/go_modules/github.com/hashicorp/go-plugin-1.6.0
  • d99eec6 chore(deps): Bump alpine from 3.15.4 to 3.17.2
  • 7b89600 chore(deps): Bump docker/login-action from 1.14.1 to 2.1.0
  • 8988581 chore(deps): Bump docker/setup-qemu-action from 1 to 2
  • cd52505 chore(deps): Bump github.com/gertd/go-pluralize from 0.2.0 to 0.2.1
  • ab1469b chore(deps): Bump github.com/hashicorp/go-hclog from 1.2.0 to 1.6.3
  • e2f43b9 chore(deps): Bump github.com/hashicorp/go-plugin from 1.4.3 to 1.6.0
  • 48841ee chore(deps): Bump golang.org/x/net
  • 92e9b3d chore(deps): Bump golang.org/x/sys
  • 3ccb2db chore(deps): Bump tar from 6.2.0 to 6.2.1 in /bdist/js
  • bedb910 chore(deps): bump google.golang.org/grpc from 1.46.0 to 1.63.2
  • cc02484 chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0

v0.49.6

14 Apr 12:12
b018d2a
Compare
Choose a tag to compare

Changelog

  • b018d2a Merge pull request #378 from carstencodes/carstencodes/contrib/package-naming
  • adcc3c2 fix: Package Upload to wheel

v0.49.5

14 Apr 12:11
ca174e0
Compare
Choose a tag to compare

Changelog

  • ca174e0 Merge pull request #379 from yoheimuta/fix-rpc-names-upper-camel-disable-comment
  • cb95ce7 fix: RPC_NAMES_UPPER_CAMEL_CASE disable is ignored when RPC has embedded comments