Go Mnd Versions Save

Magic number detector for Go.

v2.5.1

1 year ago

Changelog

  • 86c7103 Ignore some strconv functions by default, fixes #27
  • 10a50fc Adjust Gitlab CI instruction

v2.5.0

2 years ago

Changelog

  • c5e4f67 Merge pull request #30 from butuzov/wasterd-regexp
  • bcb2113 fix: wasted regexp
  • f391143 Merge pull request #29 from gdavison/ignore-builtin-functions
  • d5db99f Allows identifying Go built-in functions such as 'make()`
  • ce948a3 Add docker related section to .goreleaser.yml and increase Go default version

v2.4.0

2 years ago

Changelog

c588e97 Check all arguments, fixes #25 98ad5e9 Ignore blank excludes, fixes #23 b8a99be Update local installation command f68cb46 Fix wrong binary name in Homebrew formula

v2.3.2

3 years ago

Changelog

ae979d2 Update .goreleaser.yml 19bf57c Don't report type conversions in const block declarations, fixes #22

v2.3.1

3 years ago

Changelog

e9b14af Merge pull request #21 from ldez/fix/argument-checker-const afc285c fix: const dectection.

v2.3.0

3 years ago

Changelog

605e3d8 Merge branch 'master' of github.com:tommy-muehle/go-mnd 31b8e70 Merge pull request #19 from ldez/fix/concurrent-access 9a7adaf Ignore also float representations of 1 and 0, fixes #17 eff5d0e Fix example 57d2f6d Merge branch 'bugfix/issue-15' ce49a9a fix: concurrent access. 900be5b Merge pull request #16 from colourdelete/patch-1 6dc567f Add GitLab CI Example 465f989 Fix for v2 26dd17c Add community files

v2.2.0

3 years ago

Changelog

16041ac Update README a5f9720 Add Github action config 7295d94 Add Docker related files and update README.md 6f3c3cd Add logo to README 307cf94 Add logo

v2.1.0

3 years ago

Changelog

f2fb3fc Adjust examples ee0b930 Merge branch 'feature/issue-8' into master 8019098 Add ignore-functions option, fixes #10 9611820 Handle numbers with digit separators, fixes #8

v2.0.2

3 years ago

Changelog

e9379ae Check also binary expressions in return statement, fixes #11 5b7114d Check constant definitions first, fixes #13 5f38bd5 Increase test coverage by testing of further combinations 688d6ee Update badges 7576609 Minor improvements 5a4b1c6 Update .git values 2a93326 Replace Travis CI with Github actions 1d8a2d5 Fix .editorconfig

v2.0.1

3 years ago

Changelog

3d1176f #9 Fix missing magic numbers in operations with parenthesis a815e84 #9 Fix missing magic number in assign statement a8c3345 Add further Go version to .travis.yml b14b49b Merge pull request #7 from ksoichiro/update-x-tools-for-go-1.14 1c8247b update golang.org/x/tools to fix error on go 1.14