Giter VIP home page Giter VIP logo

Comments (16)

greenkeeper avatar greenkeeper commented on June 11, 2024

After pinning to 3.14.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.1.1

4.1.1 (2019-02-24)

Bug Fixes

  • requireReturns Rule does not honor inheritdoc tag (fixes #153) (af5a9a9)
  • update dependecies (3a6d773)
  • update dependencies (4bd096a)
Commits

The new version differs by 43 commits.

  • af5a9a9 fix: requireReturns Rule does not honor inheritdoc tag (fixes #153)
  • 9b185d8 docs: generate docs
  • 4bd096a fix: update dependencies
  • 3a6d773 fix: update dependecies
  • 5edb2e1 RequireReturns Rule does not honor inheritdoc tag.
  • 663f59e feat: detect implicit return and fix nested return false positive. Closes #148
  • 07212ab Merge pull request #154 from teppeis/update-readme
  • f954528 detect implicit return and fix nested return false positive
  • 3d3c1b3 docs: generate docs
  • ffcace9 fix: add missing async tag (fixes #152)
  • 987214f feat: split require-returns in two rules and fix bug #142 (#147)
  • a5f5221 Update require-returns-check.md
  • 15d8430 [Restore] README.md again again
  • b628ec3 [Restore] README.md again
  • f11e006 [Restore] README.md - final try

There are 43 commits in total.

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.0

4.2.0 (2019-03-13)

Features

  • make require-returns-description accept void functions (fixes #157) (39918c8)
  • make require-returns-description accept void functions (fixes #157) (75d51dc)
Commits

The new version differs by 3 commits.

  • 39918c8 feat: make require-returns-description accept void functions (fixes #157)
  • 8e9f35e docs: generate docs
  • 75d51dc feat: make require-returns-description accept void functions (fixes #157)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.0

4.3.0 (2019-03-14)

Features

Commits

The new version differs by 3 commits.

  • 692d4b9 feat: add support for @hideconstructor tag (fixes #96)
  • 23ba6b3 docs: generate docs
  • 68093e3 feat: add support for @hideconstructor tag (fixes #96)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.0

4.4.0 (2019-03-14)

Features

Commits

The new version differs by 3 commits.

  • 2619665 feat: Update supported jsdoc tags (fixes #163)
  • a1d0dca docs: generate docs
  • 917888d feat: Update supported jsdoc tags (fixes #163)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.1

4.4.1 (2019-03-14)

Bug Fixes

  • correct error message of check-types (fixes #103) (897f205)
Commits

The new version differs by 2 commits.

  • 897f205 fix: correct error message of check-types (fixes #103)
  • 6c172eb Fix: correct error message of check-types (fixes #103)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.2

4.4.2 (2019-03-15)

Bug Fixes

  • recognize implicit return in require-returns-check (fixes #156) (b8b9692)
  • recognize implicit return in require-returns-check (fixes #156) (3483159)
Commits

The new version differs by 2 commits.

  • b8b9692 fix: recognize implicit return in require-returns-check (fixes #156)
  • 3483159 fix: recognize implicit return in require-returns-check (fixes #156)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.3

4.4.3 (2019-03-19)

Bug Fixes

  • requireReturnsCheck false positve on async functions (fixes #174) (a47e157)
Commits

The new version differs by 2 commits.

  • 8578f00 Merge pull request #175 from golopot/issue-174
  • a47e157 fix: requireReturnsCheck false positve on async functions (fixes #174)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.5.0

4.5.0 (2019-03-26)

Features

Commits

The new version differs by 2 commits.

  • d2dbfa1 Merge pull request #168 from golopot/add-tag-template
  • 4ba7685 feat: add support for @template tag (fixes #165)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.6.0

4.6.0 (2019-03-28)

Features

  • add always/never options to require-hyphen-before-param-description (3e4ae0f)
Commits

The new version differs by 2 commits.

  • 070f535 Merge pull request #181 from vulkd/master
  • 3e4ae0f feat: add always/never options to require-hyphen-before-param-description

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.7.0

4.7.0 (2019-04-01)

Features

  • make check-returns ignore abstract methods (7505604)
Commits

The new version differs by 2 commits.

  • 7505604 feat: make check-returns ignore abstract methods
  • b1301d6 Makes "Check Returns" ignore abstract methods.

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.8.0

4.8.0 (2019-04-04)

Features

  • add fixer to check-tag-names (22096fb)
  • add rule check-alignment (b596e09), closes #76
  • add rule check-indentation (42706cb)
  • add rule check-syntax (e03be63)
Commits

The new version differs by 12 commits.

  • ea84996 Merge pull request #187 from vulkd/vk/rule-check-indentation
  • 62a56f5 Merge pull request #186 from vulkd/vk/rule-check-alignment
  • 676a617 Merge pull request #185 from vulkd/vk/rule-check-syntax
  • 5c82899 Merge pull request #184 from vulkd/vk/add-fixer-for-check-tag-names
  • 3ffb569 docs: generate docs
  • 9d22831 docs: generate docs
  • b596e09 feat: add rule check-alignment
  • 05685b1 docs: generate docs
  • 3889927 docs: generate docs
  • 22096fb feat: add fixer to check-tag-names
  • e03be63 feat: add rule check-syntax
  • 42706cb feat: add rule check-indentation

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.8.1

4.8.1 (2019-04-08)

Bug Fixes

Commits

The new version differs by 12 commits.

  • 7794dd6 fix: require returns
  • a053125 docs: generate docs
  • 9033898 Suppress require-returns for @override, @constructor, and class constructor
  • 0f4a878 Merge pull request #146 from sandersn/parse-typescript-types
  • a99dc37 Fix blank-line lint
  • a81160e docs: generate docs
  • 14f7480 Merge branch 'master' into parse-typescript-types
  • 2d1e1fc Fix trailing-comma lint
  • 88347e7 docs: generate docs
  • fe2b3c2 Update jsdoctypeparser to 3.1.0 + test arrow types
  • 3a449f1 Test typeof and import types from Typescript
  • 25305d4 Add tests for typeof and import types from Typescript

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.8.2

4.8.2 (2019-04-08)

Bug Fixes

  • require-returns-check false positive (2093ab5), closes #142
Commits

The new version differs by 2 commits.

  • bcaf02e Merge pull request #195 from golopot/require-returns-check-false-positive
  • 2093ab5 fix: require-returns-check false positive

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.8.3

4.8.3 (2019-04-09)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 49af10a Merge pull request #197 from golopot/fix-valid-types-link
  • c01f42e fix: make valid-types ignore @link (fixes #143)

See the full diff

from 16.davidosomething.com.

greenkeeper avatar greenkeeper commented on June 11, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v4.8.4

4.8.4 (2019-05-11)

Bug Fixes

  • update GitSpo badge URL (0b04319)
Commits

The new version differs by 30 commits.

  • 9c586c5 docs: generate docs
  • 0b04319 fix: update GitSpo badge URL
  • 9922684 Merge branch 'master' of github.com:gajus/eslint-plugin-jsdoc
  • 25cbc06 docs: generate docs
  • ae9bcc4 docs: add GitSpo mentions badge
  • a075dec Merge pull request #212 from brettz9/issue-210-callback
  • ff57654 Merge pull request #213 from brettz9/expand-check-types
  • 8754dcd - Expand types checked
  • cf31761 - Allow callback-defined types in noUndefinedTypes ; fixes #210; also adds null, undefined, Array, Object, RegExp, Date, Function
  • 4640a35 Merge pull request #207 from TuckerWhitehouse/check-tag-names-replacement
  • dc6857a Merge pull request #205 from allthesignals/master
  • 3742994 docs: use semantic tags to describe relationship between files
  • 6eb8324 docs: remove superfluous comment
  • 69b1b51 Re-enable sort-keys property style; re-order keys to comply
  • 54d063d Remove unnecessary comment

There are 30 commits in total.

See the full diff

from 16.davidosomething.com.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.