florianschanda/miss_hit: Release 0.9.15
Description
Added documentation on how to use MISS_HIT through pre-commit hooks.
Libraries can now be declared
global, making them a dependency for all other libraries and entry points. This is useful for larger code-bases with shared code among all components (e.g. interface definitions).MH Style has a new rule
whitespace_around_functionsthat makes sure each function, nested function, or class method is separated by one blank line from surrounding context. This also works for function without an explicitendkeyword.MH Lint has a new check to make sure the filename of a function or class files match the function or class name declared within.
Fixed bug in MH Style where blank lines after annotations (e.g.
pragma Justify) could sometimes be deleted.
Files
florianschanda/miss_hit-release-0.9.15.zip
Files
(3.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:c4d5a6550b3ba3cf0d94c1da4288e940
|
3.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/florianschanda/miss_hit/tree/release-0.9.15 (URL)