Editorconfig Checker Versions Save

A tool to verify that your files are in harmony with your .editorconfig

2.3.4

3 years ago

[2.3.4] - 2021-03-11

Fixed

  • Show line number in max_line_length error #155

2.3.3

3 years ago
  • Allow version to be empty in config #146

2.3.1

3 years ago

[2.3.1] - 2021-01-09

  • Only check config version when config is available #142

2.3.0

3 years ago

[2.3.0] - 2021-01-09

  • Add version field on config #140
  • Extended validation to staged and unadded files #135

2.2.0

3 years ago

[2.2.0] - 2020-10-20

Added

  • Add support for disabling validation via editorconfig-checker-disable and re-enabling with editorconfig-checker-enable #126

Fixed

  • Fix file path corruption #121
  • Fix insert_final_newline=true validation when file ends with CRLF #130
  • Fix max_line_length validation for UTF-8 #115

2.1.0

3 years ago

Added

Misc

2.0.4

4 years ago

[2.0.4] - 2020-05-18

Added

Fixed

  • check if default excludes are ignored in IsExcluded to correctly check if files should be checked #109 (@mstruebing)
  • Change Dockerfile CMD to allow the usage of ec everywhere inside the image #105 (@chambo-e)

Misc

2.0.3

4 years ago

[2.0.3] - 2019-09-13

Fixed

  • (Only care for not empty stringish passed files)[https://github.com/editorconfig-checker/editorconfig-checker/pull/88] Can lead to not correctly checking and aborting the program
  • (Correctly initialize logger)[https://github.com/editorconfig-checker/editorconfig-checker/pull/90]
  • (Correctly parse --no-color-flag)[https://github.com/editorconfig-checker/editorconfig-checker/pull/90]
  • Remove leftover color when using --no-color-flag

Misc

  • (Use go 1.13 in ci)[https://github.com/editorconfig-checker/editorconfig-checker/pull/89]

2.0.2

4 years ago

[2.0.2] - 2019-08-19

  • (Update editorconfig-core-go to v2.1.1)[https://github.com/editorconfig-checker/editorconfig-checker/pull/77]

2.0.1

4 years ago

[2.0.1] - 2019-08-18

  • (Make allowed content types behave correctly)[https://github.com/editorconfig-checker/editorconfig-checker/pull/81]