style-analyzer
style-analyzer copied to clipboard
Lookout Style Analyzer: fixing code formatting and typos during code reviews
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
We use the new JS driver that has a fix for the original issue https://github.com/bblfsh/javascript-driver/issues/54. We can remove everything related to a workaround for this fix.
We should finish `QualityReport` and `GeneralReport` refactoring so they become easily extendable and without code duplication, we have right now: https://github.com/src-d/style-analyzer/blob/master/lookout/style/format/benchmarks/quality_report.py#L370-L378
Inspired by UIMA. We never remove annotations, only add. ...
Right now due to some problems with dependencies and/or dockerfiles typos analyzer doesn't work out-of-the-box. We need to solve them and finally demo the analyzer.
Some of our Python dependencies are only used for pretraining some models, e.g. typos. We need to add a "train" option to setup.py so that they are not installed by...
New release of `gensim==3.7.2` broke several things in `CandidateGenerator` in `typos`: 1. Loading fasttext model from the file - _easy fix_. 2. Modelforge save/load functions are now broken because of...
@irinakhismatullina mentioned that there are some uncommitted results that should be finalized. @irinakhismatullina, please add anything you need from your last experiments.