dblock / obcd

Deal with obsessive compulsive issues of programmers in Objective-C.
MIT License
42 stars 8 forks source link

Output format #9

Closed interstateone closed 10 years ago

interstateone commented 10 years ago

Hey! This project looks great, I've already found it useful to make our source files more consistent. How do you feel about changing the output format to match what Xcode expects in order to show warnings inline in source files?

<filename>:<linenumber>: (error|warning): <message>

Figured I'd ask first since it seems like this might lead down the path of different "reporters", but is the Xcode-style output a safe default? I find it's still very human-readable.

If so I can get started on a PR for this.

Thanks!

dblock commented 10 years ago

I'd be totally down with that. Looking forward for a PR!