Skip to content

Releases: ashmrtn/commentmimic

v0.1.0

19 Jun 16:44
56ffa8c
Compare
Choose a tag to compare

What's Changed

  • Better package and function naming by @ashmrtn in #12
  • Update how comments in test files are handled by @ashmrtn in #13

Flag for enabling comments on test functions (in conjunction with --comment-exported) has changed from --no-test-comments=false to --comment-tests to be more inline with other flags and make it easier to pass on CLI

Full Changelog: v0.0.4...v0.1.0

v0.0.4

08 Apr 21:25
322c4d3
Compare
Choose a tag to compare

What's Changed

Enforcing comments on exported structs can be enabled with the new --comment-structs flag

Full Changelog: v0.0.3...v0.0.4

v0.0.3

24 Oct 14:51
Compare
Choose a tag to compare
  • add flag silencing output for test, benchmark, example, and fuzz functions not being commented

Full Changelog: v0.0.2...v0.0.3

v0.0.2

25 Sep 23:51
5fec053
Compare
Choose a tag to compare

What's Changed

  • Ignore machine readable comments
  • New output message for empty comments

Full Changelog: v0.0.1...v0.0.2

v0.0.1

25 Sep 23:50
bbd9241
Compare
Choose a tag to compare

What's Changed

  • Reduce the number of test cases run
  • Better handle different whitespace types and different comment types
  • Expand README and make more friendly

Full Changelog: v0.0.0...v0.0.1

v0.0.0

25 Sep 23:49
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

golang linter checking that the first word of interface and function comments matches the interface/function name. Can also require comments on public interfaces and functions