Releases: pinterest/thriftcheck
0.9.6
0.9.5
0.9.4
Changelog
995e178 Add a new int.64bit check (#12)
cab1e51 Report line numbers for parse errors (#14)
029a89a Store Messages by value
c2cbaba Support ast.Position column numbers (#17)
7fcee9e Switch to ast.Position (from idl.Position) (#16)
90e6813 Update to thriftrw-go@369aed6e25db
0b456d8 Use fnmatch()-style file path matching (#18)
7acd91d Use parsed idl.Info to determine node positions (#15)
0.9.3
Changelog
84cca1f Add Logf() as the standard way to log from a check
03df6b1 Add an explicit Line field to Message
1f07d60 Add field identifier checks
557e331 Document how to enable or disable checks
2b0e5d6 Move the input files test closer to linter creation
44bb276 Rename Includes to Strings
26c745a Report parse errors are first-class error messages (#11)
f8694f8 Return pointers to Check structures
88b61c9 Simplify TestMessageString
674876e Standardize the checks unit test pattern (#10)
cff5c39 Stop exporting the context's Logger
0.9.2
0.9.1
Changelog
1339165 Add a new 'include.restricted' check (#7)
e592a29 Add an --errors-only command line option
aa77094 Document the configuration file
febfd2b Fix 'include.exists' name
b8173a9 Implement String() for Checks (#5)
89f340d Rename 'includes' to 'include.exists' (#6)
bc942d3 Use %q to consistently quote string values (#8)
0.9.0
Initial release