LOCKLOSE 发表于 2016-10-27 06:40:51

Coala v0.8 发布了,代码分析器

欢迎加入运维网交流群:263444886  
  Coala 是一款代码分析器,它提供了一个统一的命令行接口用于代码分析和修复,无论你使用哪种语言。
  

  本次主要更新如下:
  New Features

[*]  coala now supports syntax highlighting in results!
[*]  Questions are now printed in color; this will improve visibility when a lot
  of text is written to the screen.
[*]  coala-json now supports --show-bears and --filter-by-language
[*]  Added a --show-capabilities flag that displays the types of issues coala
  can detect and fix for a particular language.
[*]  Display the line number when a line is missing; this could happen if a bear
  that had run previously overwrites it.
  Bug Fixes

[*]  Fixed an issue where errors were generated for lines containing only a
  single tab character. Issue #2180
[*]  Fixed an issue with question where stray escape characters may be present.
  Issue #2546
[*]  Group questions about missing values in a coafile by bears.
  Issue #2530
[*]  An issue where an exception was raised wrongly when the same diff was
  generated multiple times has been fixed.
  PR #2465
  Performance

[*]  Caching is now enabled by default. This is a huge performance improvement
  for HDD users - we've seen a 2x improvement when coala is run on coala.
  To disable caching run coala with the --disable-caching flag.
[*]  An issue where coala takes over 2 seconds to print the help manual through
  --help has been fixed.
  Issue #2344
  点击这里查看更多:https://github.com/coala-analyzer/coala/releases
  下载地址:

[*]  Source code (zip)
[*]  Source code (tar.gz)
页: [1]
查看完整版本: Coala v0.8 发布了,代码分析器