Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable missing eslint rule: jsdoc/newline-after-description #1016

Merged
merged 4 commits into from
Jul 5, 2023

Conversation

westonruter
Copy link
Collaborator

This should be made obsolete by WordPress/gutenberg#50452

@westonruter westonruter added this to the 0.8 milestone Jul 5, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (10b91fb) 19.65% compared to head (ef7d119) 19.65%.

❗ Current head ef7d119 differs from pull request most recent head 7c73d15. Consider uploading reports for the commit 7c73d15 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #1016   +/-   ##
==========================================
  Coverage      19.65%   19.65%           
  Complexity       347      347           
==========================================
  Files             57       57           
  Lines           2325     2325           
==========================================
  Hits             457      457           
  Misses          1868     1868           
Flag Coverage Δ
php 19.65% <ø> (ø)
unit 19.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -103,7 +103,7 @@ module.exports = function (grunt) {
new Date()
.toISOString()
.replace(/\.\d+/, '')
.replace(/-|:/g, '');
.replace(/[-:]/g, '');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra bonus change to trigger linting

@westonruter westonruter merged commit 2e6e8e7 into develop Jul 5, 2023
15 checks passed
@westonruter westonruter deleted the update/disable-eslint-rule branch July 5, 2023 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants