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

이슈 8891 처리 #2874

Merged
merged 1 commit into from
Nov 21, 2024
Merged

이슈 8891 처리 #2874

merged 1 commit into from
Nov 21, 2024

Conversation

kimorkim
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the issue 내부 이슈 처리를 위한 PR label Nov 21, 2024
@@ -1421,7 +1421,7 @@ Entry.BlockView = class BlockView {
const { block, isInBlockMenu, copyable } = blockView;
const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'Duplication_option' is not in camel case.

@@ -1421,7 +1421,7 @@
const { block, isInBlockMenu, copyable } = blockView;
const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'CONTEXT_COPY_option' is not in camel case.

@@ -1421,7 +1421,7 @@
const { block, isInBlockMenu, copyable } = blockView;
const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'cut_blocks' is not in camel case.

@@ -1421,7 +1421,7 @@
const { block, isInBlockMenu, copyable } = blockView;
const { options: EntryOptions = {} } = Entry;
const {
Blocks: { Duplication_option, CONTEXT_COPY_option, Delete_Blocks },
Blocks: { Duplication_option, CONTEXT_COPY_option, cut_blocks, Delete_Blocks },
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ [eslint] <camelcase> reported by reviewdog 🐶
Identifier 'Delete_Blocks' is not in camel case.

@kimorkim kimorkim merged commit d7d398c into develop Nov 21, 2024
3 checks passed
@kimorkim kimorkim deleted the issue/8891 branch November 21, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue 내부 이슈 처리를 위한 PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants