Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(eslint-plugin): [prefer-readonly] refine report locations#8894

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

kirkwaiblinger
Copy link
Member

@kirkwaiblingerkirkwaiblinger commentedApr 10, 2024
edited
Loading

Blocked by#8869 since they'll use a shared utility

PR Checklist

Overview

classClazz{// beforeprivateshouldBeReadonly=()=>{/* ... */};~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// afterprivateshouldBeReadonly=()=>{/* ... */};~~~~~~~~~~~~~~~~~~~~~~~~}

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@kirkwaiblinger!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@netlifyNetlify
Copy link

netlifybot commentedApr 10, 2024
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit9f3e403
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/665fd6d0e26f1c0008492af7
😎 Deploy Previewhttps://deploy-preview-8894--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97 (🔴 down 2 from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 90 (🔴 down 8 from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to yourNetlify site configuration.

* out in front of the key, and the key itself, but not anything afterwards,
* i.e. parens, type annotations, method bodies, or `?`.
*/
function getReportLoc(
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

extract and reuse utilities from#8869

JoshuaKGoldberg reacted with thumbs up emoji
@nx-cloudNx Cloud
Copy link

nx-cloudbot commentedApr 10, 2024
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commit9f3e403. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 31 targets

Sent with 💌 fromNxCloud.

@kirkwaiblingerkirkwaiblinger changed the title[prefer-readonly] Refine report locationsfix(eslint-plugin): [prefer-readonly] Refine report locationsApr 10, 2024
@kirkwaiblingerkirkwaiblinger changed the titlefix(eslint-plugin): [prefer-readonly] Refine report locationsfix(eslint-plugin): [prefer-readonly] refine report locationsApr 10, 2024
@kirkwaiblingerkirkwaiblingerforce-pushed theprefer-readonly-report-loc branch fromfa24b6b tob5cad08CompareApril 10, 2024 07:31
@kirkwaiblingerkirkwaiblinger added blocked by another PRPRs which are ready to go but waiting on another PR enhancementNew feature or request labelsMay 4, 2024
@kirkwaiblingerkirkwaiblinger removed the blocked by another PRPRs which are ready to go but waiting on another PR labelMay 29, 2024
@kirkwaiblinger
Copy link
MemberAuthor

kirkwaiblinger commentedMay 30, 2024
edited
Loading

#8869 has been merged now, so I'll work on this soon to open it up for review

JoshuaKGoldberg
JoshuaKGoldberg previously approved these changesJun 2, 2024
Copy link
Member

@JoshuaKGoldbergJoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

LGTM in theory, nice@kirkwaiblinger! Is this ready for merge frommain now that#8869 is merged?

@JoshuaKGoldbergJoshuaKGoldberg added the awaiting responseIssues waiting for a reply from the OP or another party labelJun 2, 2024
@kirkwaiblinger
Copy link
MemberAuthor

@JoshuaKGoldberg Not quite yet. I have a branch on my machine which does that and incorporates#8869. Just need to clean it up slightly before pushing and undrafting.

JoshuaKGoldberg reacted with thumbs up emoji

* out in front of the key, and the key itself, but not anything afterwards,
* i.e. parens, type annotations, method bodies, or `?`.
*/
function getMissingAccessibilityReportLoc(
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

These functions are just moved to their own file so they can be shared

JoshuaKGoldberg reacted with thumbs up emoji
@github-actionsgithub-actionsbot removed the awaiting responseIssues waiting for a reply from the OP or another party labelJun 5, 2024
@kirkwaiblingerkirkwaiblinger marked this pull request as ready for reviewJune 5, 2024 02:06
Copy link
Member

@JoshuaKGoldbergJoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

🚀 super!

@kirkwaiblingerkirkwaiblinger added the 1 approval>=1 team member has approved this PR; we're now leaving it open for more reviews before we merge labelJun 11, 2024
@JoshuaKGoldbergJoshuaKGoldberg merged commit50ed604 intotypescript-eslint:mainJun 17, 2024
63 checks passed
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsJun 25, 2024
@kirkwaiblingerkirkwaiblinger deleted the prefer-readonly-report-loc branchJuly 20, 2024 07:23
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@JoshuaKGoldbergJoshuaKGoldbergJoshuaKGoldberg approved these changes

Assignees
No one assigned
Labels
1 approval>=1 team member has approved this PR; we're now leaving it open for more reviews before we mergeenhancementNew feature or request
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Enhancement: Improve lint error report location
2 participants
@kirkwaiblinger@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp