pinterest / thriftcheck

A linter for Thrift IDL files
Apache License 2.0
16 stars 9 forks source link

🚩 add struct field comment check #61

Closed Tiny-Box closed 1 year ago

Tiny-Box commented 1 year ago

As discussed in this issue before, and based on the current implementation of thriftrw-go, I added a simple check for comments. This will be helpful for some code quality checks.

By the way, I added two folders to .gitignore for the purpose of compiling and including test files later.

Closes #60