codeclimate-community / codeclimate-markdownlint

8 stars 3 forks source link

Might not find files in sub-directories #4

Closed pbrisbin closed 8 years ago

pbrisbin commented 8 years ago

Reading this code, it looks like the engine takes include_paths and selects out entries ending in .md -- what about directory entries?

I have not tested this (yet), but I suspect include_paths: ["docs/"] wouldn't work.

pbrisbin commented 8 years ago

Sorry, I see #1 now. I might've considered that blocking before https://github.com/codeclimate-community/submissions/pull/50 was opened though.

jpignata commented 8 years ago

@pbrisbin Thanks. I opened up that pull to bait the machinery of code review. We'll get the engine-specific issues sorted here before moving forward on that other pull.