Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

49 lines (33 loc) · 1.21 KB

Changelog

v0.3.0

  • Fix duplicated issues and upgrade to linter v2 (#65)
  • Analyze the whole project, not only the currently open file, so allowing for any engine and including previously missing issues like duplicated code. (#83)
  • Debounce the linting process, so multiple files from the same project can merge into one unique analysis. (#83)
  • Prevent caching an undefined TextEditor path (#88)

v0.2.5

  • Allow only one concurrent analysis per file (#64)
  • Fix end column of issue range (#67)
  • Run all configured CC engines (#67)

v0.2.4

  • Allow disabling execution timeout (#61)

v0.2.3

  • Check for a non-existent .git directory (#56)
  • Dependency updates (#52 and #53)

v0.2.2

  • Rewrite in ES2017 (#48)
  • Update atom-linter dependency (#50)
  • Report invalid JSON from codeclimate (#51)

v0.2.1

  • Fix a bug in library usage from a bad upgrade

v0.2.0

  • Library updates
  • Added reek support to Ruby languages
  • Added markdownlint to GitHub Markdown

...

0.0.5 - We got bubbles!

  • Changed "CodeClimate" -> "Code Climate" in provider name
  • Changed linter provider 'scope' to 'file'
  • Clarified codeclimate CLI invocation, guarding against filenames with spaces
  • Emit filepath properly