Skip to content

Stylist v0.2

Compare
Choose a tag to compare
@MatthewHambley MatthewHambley released this 25 Jan 14:07
· 78 commits to master since this release
2b291e9

The primary purpose of this release is to move Stylist from being a single project tool to one suitable for many projects.

  • Mapping between file extension and processing pipeline now stored in configuration.
  • Styles now defined in configuration.

Changes

  • Missing implicit rule now follows standard by default.

New Features

  • Pass/Fail in verbose logging.

New Rules

  • Detect pointer declarations without initialisation.
  • Match kind strings against pattern.

Full Changelog: 0.1...v0.2