Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim matching lines, support utf8 #6

Closed
wants to merge 9 commits into from

Conversation

Bartvds
Copy link

@Bartvds Bartvds commented Sep 2, 2013

The trim is needed to clean todo's that are nested in a block structure: the indent would show up in the report as offset test, which looks very messy.

Also closes #5 (implements it as an option), matches the node.js convention of using ut8 as default for text.

both as options, passed to grep/filereader
also closes kevinlacotaco#5
@Bartvds
Copy link
Author

Bartvds commented Nov 3, 2013

@kevinlacotaco Did you have the chance to look at this? It makes the report look a lot tidier.

After you merge it I can publish my custom reporter which displays in nicely aligned columns (with auto-padding) for high-readability.

This is how it looks in Webstorm with Output Link Filters to the paths become clickable (this runs my fork): grunt-todos-path-01

@Bartvds
Copy link
Author

Bartvds commented Mar 30, 2014

@kevinlacotaco I'm working on another reporter that spits out a markdown format (for github pages), and some rough code for a JSON output that would work with a simple template (it drives this markdown but could do generate some HTML too).

(I'm sending you an email now too)

implemented project adoption
- package.json urls point to adopted fork
- added note to README.md

fail task on pending high prio task

added support for bundled reporters
- default
- markdown (basic)
- path (for regexp)

changed tests to mocha
updated dependencies
@Bartvds
Copy link
Author

Bartvds commented May 8, 2014

Closing this as I forked and adopted the project on npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant