dev install. rake complains about docs/testing.md
TonyLHansen opened this issue · 2 comments
TonyLHansen commented
Running rake after doing a test install gave this error:
bundle exec mdl -s config/markdown_style.rb *.md docs/*.md
docs/testing.md:209: MD009 Trailing spaces
rake aborted!
There's an extra space at the end of docs/testing.md
david-a-wheeler commented
Are you sure your repo is up-to-date? I see no space at the end of docs/testing.md in the main
branch. I suggest:
git checkout main
git pull upstream # or whatever
TonyLHansen commented
It was up-to-date as of the time I posted that back in early December. I'm sure things have changed since then. :)
This can probably be closed. now