pitchforks

Results 6 issues of pitchforks

There is the --func-prefixes option but it's not flexible enough. I'd rather want clonedigger to be also able to do what other code analysis tools (pylint, coverage) can - skip...

The programmer is already putting work into writing the docstring containing the options and usage patterns that is passed to docopt, so why not remove some redundancy and spare him...

Doing read() on a big file containing many PGN games (think hundreds of megabytes and more) takes a very long time and eats up lots of memory. Doing pgn.loads() on...

The string isn't quoted properly: ``` pgn_text = open('morphy.pgn).read() ``` should be ``` pgn_text = open('morphy.pgn').read() ```

https://github.com/renatopp/pgnparser/commit/59ee585e1accb34bca280efebd64377d103404f8 line 23 of test_pngparser.py Any reason why the game result is considered a move? This is very confusing and inconsistent.

See attached image. The confusion comes from having sqliteman-1.2.2 displaying multiple columns named just "id". ![sqliteman](https://f.cloud.github.com/assets/4378791/735781/1d695886-e300-11e2-8625-7880a096f43d.png)