{"id":16686377,"url":"https://github.com/yoheimuta/intellij-protolint","last_synced_at":"2025-09-06T22:41:59.199Z","repository":{"id":48094934,"uuid":"192724212","full_name":"yoheimuta/intellij-protolint","owner":"yoheimuta","description":"A protobuf linter for JetBrains IDEs","archived":false,"fork":false,"pushed_at":"2021-08-07T03:53:38.000Z","size":130,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T23:05:07.601Z","etag":null,"topics":["intellij-plugin","jetbrains-plugin","linter-plugin","protobuf"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/12641","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoheimuta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-19T12:03:53.000Z","updated_at":"2025-03-12T13:50:55.000Z","dependencies_parsed_at":"2022-08-12T18:31:17.196Z","dependency_job_id":null,"html_url":"https://github.com/yoheimuta/intellij-protolint","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yoheimuta/intellij-protolint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoheimuta%2Fintellij-protolint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoheimuta%2Fintellij-protolint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoheimuta%2Fintellij-protolint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoheimuta%2Fintellij-protolint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoheimuta","download_url":"https://codeload.github.com/yoheimuta/intellij-protolint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoheimuta%2Fintellij-protolint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973989,"owners_count":25200579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij-plugin","jetbrains-plugin","linter-plugin","protobuf"],"created_at":"2024-10-12T15:05:39.097Z","updated_at":"2025-09-06T22:41:59.175Z","avatar_url":"https://github.com/yoheimuta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protobuf Lint Support for JetBrains IDEs\n[![Build Status](https://travis-ci.org/yoheimuta/intellij-protolint.svg?branch=master)](https://travis-ci.org/yoheimuta/intellij-protolint)\n\n[Protocol Buffer Linter Plugin](https://plugins.jetbrains.com/plugin/12641-protocol-buffer-linter) for IntelliJ IDEA \u0026 other JetBrains products.\n\nThe latest plugin release is compatible with IntelliJ IDEA 2021.2.\nOther JetBrains IDEs of the same or higher version should be supported as well.\n\nCompatibility Matrix:\n\n| Plugin Version  | IDE Version Range  |\n|-----------------|--------------------|\n| 1.0.1           | IDEA 2021.2        |\n| 1.0.0           | IDEA 2020.1        |\n| 0.1.0           | IDEA 2018.3        |\n\n### Example\n\nUsing the following `.protolint.yaml` configuration file.\n\n```yaml\nlint:\n  rules:\n    no_default: true\n\n    add:\n      - MESSAGE_NAMES_UPPER_CAMEL_CASE\n      - SERVICE_NAMES_UPPER_CAMEL_CASE\n```\n\n![demo](doc/demo.gif)\n\n### Installation\n\nYou can install the plugin by opening \"Plugins\" settings, \"Marketplace\" - search for \"Protocol Buffer Linter\".\n\n#### Dependencies\n\n- [protolint](https://github.com/yoheimuta/protolint) must be installed.\n- [Protocol Buffers plugin](https://plugins.jetbrains.com/plugin/14004-protocol-buffer-editor) must be installed.\n\n### Configuration\n\nThe plugin does not require configuration by default, for the majority of projects it should work out of the box.\n\n#### Path\n\nThe plugin refers to the `protolint` executable in your PATH by default.\nYou can configure the path to the `protolint` executable and its config directory through `Preferences -\u003e Tools -\u003e Protocol Buffer Linter`.\n\n### Development\n\n#### Build\n\n```\n./gradlew build\n```\n\n#### Run IntelliJ IDEA with enabled plugin\n\n```\n./gradlew runide\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoheimuta%2Fintellij-protolint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoheimuta%2Fintellij-protolint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoheimuta%2Fintellij-protolint/lists"}