coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

project.py: Inline documentation remove `/tmp` as valid path #104

Closed satwikkansal closed 7 years ago

satwikkansal commented 7 years ago
>>> valid_path(StringConverter("/tmp"))
    '/tmp'

will lead to doctest error in case of Windows as /tmp is not a valid directory in windows.

satwikkansal commented 7 years ago

Fixed with https://github.com/coala/coala-quickstart/pull/98