gamemanual0/gm0

Windows hates line endings (D004 issue)

Closed this issue · 1 comments

What's broken?
Running make lint on windows leads to over 8000 errors because doc8 doesn't check carriage returns "properly" on windows

Recreation steps:

  1. Run Windows 10
  2. Download and setup repo
  3. Run make lint and cry

image

Adding D004 would make it so that windows based editors don't go absolutely insane while trying to verify lint

Alternatively the solution of adding D004 to local lint ignore should be documented somewhere

Closed by #243