Skip to content

[JS] MarkedCommentsRule#1

Open
trolit wants to merge 1 commit intomainfrom
feature/marked-common-comments-test
Open

[JS] MarkedCommentsRule#1
trolit wants to merge 1 commit intomainfrom
feature/marked-common-comments-test

Conversation

@trolit
Copy link
Owner

@trolit trolit commented Jul 29, 2022

No description provided.

Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
Repository owner deleted a comment from patchron bot Jul 29, 2022
@@ -0,0 +1,17 @@
// @TODO this is valid single-line comment

const x = 2; /* this is invalid comment */
Copy link

Choose a reason for hiding this comment

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

Comment should start with one of the predefined prefixes.

List of allowed prefixes
  • @TODO (not implemented feature)
  • @TMP (temporary solution)
  • @NOTE (information about package/code)

Comment on lines +7 to +11
/*
* this is
* invalid
* comment
*/
Copy link

Choose a reason for hiding this comment

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

At least one line of comment block should start with one of the predefined prefixes.

List of allowed prefixes
  • @TODO (not implemented feature)
  • @TMP (temporary solution)
  • @NOTE (information about package/code)

@patchron
Copy link

patchron bot commented Jul 29, 2022

pull request review completed

💬 2 comment(s) require attention.
🔨 1 commit(s)
➕ 17 additions
➖ 0 deletions
➗ 1 changed files

@trolit trolit changed the title MarkedCommentsTest [JS] MarkedCommentsRule Jul 29, 2022
@trolit trolit force-pushed the main branch 3 times, most recently from 459394f to d8a500d Compare September 2, 2022 18:10
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