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

impl main if #5

Merged
merged 2 commits into from
Jan 4, 2023
Merged

impl main if #5

merged 2 commits into from
Jan 4, 2023

Conversation

RyuNen344
Copy link
Owner

No description provided.

}


compare(other: any, option: ApkCompareOption): any {
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ 'option' is defined but never used. (@typescript-eslint/no-unused-vars)
  • ⚠️ 'other' is defined but never used. (@typescript-eslint/no-unused-vars)
  • ⚠️ Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
  • ⚠️ Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)

return 0;
}

features(notRequired: boolean): [string] {
Copy link
Contributor

Choose a reason for hiding this comment

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

  • ⚠️ 'notRequired' is defined but never used. (@typescript-eslint/no-unused-vars)

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2023

Coverage Report

👍 Test coverage is looking good.

Impacted Files % Stmts % Branch % Funcs % Lines Uncovered Lines
src/ApkStats.ts 100 100 100 100
src/command/impl/
ApkDefaultImpl.ts
28.57 100 16.67 28.57 13, 17, 21, 25, 29
src/util/file-util.ts 100 100 100 100

Generated by 🚫 dangerJS against 09bf38f

@RyuNen344 RyuNen344 merged commit 821d1b4 into main Jan 4, 2023
@RyuNen344 RyuNen344 deleted the feature/impl-main-if branch January 4, 2023 04:43
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.

1 participant