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

Releases: AtomLinter/linter-rubocop

v2.5.7

13 Feb 18:23
Compare
Choose a tag to compare

2.5.7 (2020-02-13)

Bug Fixes

  • no documentation available on a second click (374c781)
  • show rule documentation without format (9279292)

v2.5.6

11 Feb 23:06
Compare
Choose a tag to compare

2.5.6 (2020-02-11)

Bug Fixes

  • deps: update dependency semver to v7.1.3 (ecfd031)

v2.5.5

04 Feb 20:31
Compare
Choose a tag to compare

2.5.5 (2020-02-04)

Bug Fixes

  • deps: update dependency semver to v7.1.2 (4127a0d)

v2.5.4

18 Dec 00:04
Compare
Choose a tag to compare

2.5.4 (2019-12-18)

Bug Fixes

  • deps: update dependency semver to v7 (ef5c7ab)

v2.5.3

06 Nov 23:17
Compare
Choose a tag to compare

2.5.3 (2019-11-06)

Bug Fixes

  • runner methods returns null output if no rubocop config file found (b82fa62)

v2.5.2

25 Oct 11:14
Compare
Choose a tag to compare

2.5.2 (2019-10-25)

Bug Fixes

  • expected parentheses around arrow function argument arrow-parens (0f6ddf2)
  • use an object spread instead of Object.assign (7f5e004)

v2.5.1

25 Oct 10:30
Compare
Choose a tag to compare

2.5.1 (2019-10-25)

Bug Fixes

  • deps: update dependency semver to v6.3.0 (97d522a)

v2.5.0

25 Oct 08:36
Compare
Choose a tag to compare

2.5.0 (2019-10-25)

Bug Fixes

  • an autocorrect call should not be blocked by a lint call (58cecae)
  • attempt to solve the bug with travis using an old version of dpkg (d57f493)
  • check filePath on autocorrect (bf86d7d)
  • deactivate cache (7579065)
  • ensured inline doc for Rubocop versions < 0.52 (67987af)
  • error severity on severity absence (0ca146e)
  • fixed description on spec (b759091)
  • fixed missing cache deactivation (d98931f)
  • fixed rule doc cache for latest Rubocop 0.72 (d7e1e0d)
  • linter message url (70fd058)
  • put function inside class body (c5ed006)
  • reload config on change its values (95da678)
  • removed detectBundledRubocop (060a005)
  • removed no needed deps (2218072)
  • return null when no rule name match is present in the url (ec1ab85)
  • rule doc could not exists yet in the cache (95c1321)
  • test spec for excerpt description (036ad88)
  • throw error if stderr is present when parsing std (9649fea)
  • we use shell option to run on windows (df33642)

Features

  • implemented fix on save (4c1807e)

v2.4.2

24 Jun 21:46
Compare
Choose a tag to compare

2.4.2 (2019-06-24)

Bug Fixes

  • deps: update dependency semver to v6.1.2 (60957d2)

v2.4.1

17 Jun 19:24
Compare
Choose a tag to compare

2.4.1 (2019-06-17)

Bug Fixes

  • fixed missing trailing comma, comma-dangle (116c35a)
  • removed configuration to run Rubocop with extra Rails cops (9086d2c)