src-d / style-analyzer

Lookout Style Analyzer: fixing code formatting and typos during code reviews
GNU Affero General Public License v3.0
32 stars 21 forks source link

Fix formatting for typos report #751

Closed zurk closed 5 years ago

zurk commented 5 years ago

Tabulate cannot work with different formatting for the same column, that why I manually format all values. I create a function for this because of some jijla2 limitations. You cannot run arbitrary python code there that output nothing.

zurk commented 5 years ago

Looks like I hit the same thing https://github.com/src-d/style-analyzer/pull/745#issuecomment-481719842 in this PR and others so I am waiting for merge of #745.

zurk commented 5 years ago

@vmarkovtsev PTAL. Tests are good now.