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

Add evaluation on identifiers #745

Closed irinakhismatullina closed 5 years ago

irinakhismatullina commented 5 years ago
  1. Add evaluation on solo identifiers.
  2. Add Candidates class usage in some more missed places.
  3. Add "processes number: parameter to the analyzer config.
irinakhismatullina commented 5 years ago

Ok, so gensim had a release 20 minutes ago, and now it's incopatible with our code. @vmarkovtsev should I rewrite it now to be up-to-date, or to specify lower upper-boundary on the package version?

vmarkovtsev commented 5 years ago

It depends on how much changes it requires. Rewriting everything => then definitely the version limit.

irinakhismatullina commented 5 years ago

It doesn't look like it's something big, but it may take some time.

irinakhismatullina commented 5 years ago

Limited the version, I suggest moving update to the separate PR.