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

Linter errors after turning on strict mode #10719

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

alansemenov
Copy link
Member

No description provided.

@alansemenov alansemenov linked an issue Oct 2, 2024 that may be closed by this pull request
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.55%. Comparing base (8483203) to head (7f1e8e4).

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #10719   +/-   ##
=========================================
  Coverage     84.55%   84.55%           
  Complexity    19977    19977           
=========================================
  Files          2633     2633           
  Lines         69316    69316           
  Branches       5596     5596           
=========================================
  Hits          58611    58611           
  Misses         8002     8002           
  Partials       2703     2703           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

path?: string | string[];
}

interface Portal {
Copy link
Member

Choose a reason for hiding this comment

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

Why not use the types from the source, which is available in the same code repo?

@@ -65,7 +65,7 @@ class ResourceImpl
private res: JavaResource;

constructor(key: string | ResourceKey) {
this.res = bean.getResource(key);
this.res = bean.getResource(key) ;
Copy link
Member

Choose a reason for hiding this comment

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

whitespace oupsie?

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.

Linter errors after turning on strict mode
3 participants