Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathematic-inc/vscode-api-linter
Lint Protobuf API files using API Linter
https://github.com/mathematic-inc/vscode-api-linter
Last synced: 27 days ago
JSON representation
Lint Protobuf API files using API Linter
- Host: GitHub
- URL: https://github.com/mathematic-inc/vscode-api-linter
- Owner: mathematic-inc
- License: apache-2.0
- Created: 2022-08-07T18:02:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T02:35:47.000Z (about 1 month ago)
- Last Synced: 2024-11-23T03:25:00.714Z (about 1 month ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# API Linter for Visual Studio Code
Lint Protobuf API files using [API Linter](https://linter.aip.dev) in Visual Studio Code.
## Overview
[API Linter](https://linter.aip.dev) is a linter developed by Google for linting their APIs written in [Protocol Buffers](https://developers.google.com/protocol-buffers).
## Requirements
You must either,
- have [`api-linter`](https://linter.aip.dev/#installation) installed or
- a proxy command (e.g. `bazel run api-linter --` customized in `apiLinter.command`).## Features
This extension exposes all functional flags through its configuration. For more information, see the `package.json` or check your settings for configurations under `apiLinter`.