Skip to content

Version 0.0.10 aka The Module Reaper

Compare
Choose a tag to compare
@sobolevn sobolevn released this 10 Sep 13:37
· 2678 commits to master since this release
93c580c

Features

  • Adds WrongModuleNameViolation, WrongModuleMagicNameViolation,
    and TooShortModuleNameViolation
  • Adds --min-module-name-length config option
  • Adds a blacklist of module names
  • Adds InitModuleHasLogicsViolation
  • Adds EmptyModuleViolation
  • Adds a whitelist of magic module names

Bugfixes

  • Fixes Option class to have have incorrect type field, now using strings
  • Fixes that WrongStringVisitor was not activated

Misc

  • Improved typing support
  • Now each error has a link to the corresponding constant (if any)
  • Improved docs with links to the corresponding configuration flags