Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-08 | Improve the thriftcheck handler pattern (#3893) | Jon Parise | |
More recent versions of thriftcheck use a more compliant GCC-style output format which includes a space before the "severity" group. This matches similar tools, like shellcheck. This change adjusts the handler's pattern to parse this format in a backwards-compatible way (even though backwards compatibility isn't critical long-term as thriftcheck itself is close to its 1.0 release). | |||
2021-08-04 | Add a thriftcheck linter (#3852) | Jon Parise | |
ThriftCheck (https://github.com/pinterest/thriftcheck) is a linter for Thrift IDL files. |