Skip to content

A linter for APIs defined in protocol buffers.

License

Notifications You must be signed in to change notification settings

xingjianan/api-linter

 
 

Repository files navigation

Google API Linter

The API linter provides real-time checks for compliance with many of Google's API standards, documented using API Improvement Proposals. It operates on API surfaces defined in protocol buffers.

It identifies common mistakes and inconsistencies in API surfaces:

// Incorrect.
message GetBookRequest {
  // This is wrong; it should be spelled `name`.
  string book = 1;
}

When able, it also offers a suggestion for the correct fix.

Read more ≫

License

This software is made available under the Apache 2.0 license.

About

A linter for APIs defined in protocol buffers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%