Skip to content

Releases: marcmo/enforcer

0.15.2

0.15.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Apr 07:59

[0.15.2] - 04/21/2020

  • Format code with cargo fmt nightly
    add raketask to check if all tests and clippy and fmt are correct
  • Fix tests: windows tests were broken
    since git did funny things with adding/removing CRLF endings
    now we construct the strings by hand
  • Add LineEnding option

[0.15.1] - 04/20/2020

  • Squelsh warnings on windows build

[0.15.0] - 04/20/2020

  • Streamline CI
  • Create github actions for cross platform build
    update dependencies
    fix cargo warnings
    tidy up code
  • Add CRLF check and conversion
    Check for Windows line endings
  • Change info level for encoding errors
    Decrease required error reporting level to Normal for when UTF-8
    sequence can't be decoded,

0.14.3

Choose a tag to compare

@marcmo marcmo released this 16 Jul 07:34

fixed release script

v0.13.0

Choose a tag to compare

@marcmo marcmo released this 21 Apr 10:56
fix for verbosity level

v0.12.4

Choose a tag to compare

@marcmo marcmo released this 11 Apr 12:44
update config suggestions to include single file patterns

v0.12.3

Choose a tag to compare

@marcmo marcmo released this 11 Apr 12:18
corrected naming

v0.12.2

Choose a tag to compare

@marcmo marcmo released this 21 Apr 10:15
better support for building windos with appveyor

v0.12.1

Choose a tag to compare

@marcmo marcmo released this 11 Apr 09:55
fix for ignore names that contain numbers

v0.12.0: help users to use new configuration style

Choose a tag to compare

@marcmo marcmo released this 11 Apr 06:50
using glob patterns

v0.10.1: changed the way the pattern in the ignore section

Choose a tag to compare

@marcmo marcmo released this 01 Mar 16:26
of the .enforcer file is interpreted: we now
support full glob pattern syntax

v0.9.0: load files to memory instead of mmap

Choose a tag to compare

@marcmo marcmo released this 28 Feb 09:24
using mmap caused permission problems under windows