Skip to content

Commit

Permalink
Merge pull request #75 from pollyvolk/pdd
Browse files Browse the repository at this point in the history
  • Loading branch information
kniazkov committed Aug 9, 2022
2 parents 3fa45b4 + 4a5b2e4 commit c2109a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .pdd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@
--exclude src/test/resources/**/*
--exclude target/**/*
--exclude .idea/**/*
--rule min-words:10
--rule min-estimate:15
--rule max-estimate:90
--rule min-words:10
8 changes: 3 additions & 5 deletions src/main/java/org/cqfn/astranaut/utils/CommentsRemover.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
* Removes comments from the DSL program.
*
* @since 0.2.2
* @todo #76:60min Maybe we should add information about the syntax of the comments
* to bnf.md file. Moreover, the current version of BNF is old. The task is to
* provide the up-to-date version and add more examples.
*/
public class CommentsRemover {
/**
* TODO #74 Maybe we should add information about the syntax of the comments
* to bnf.md file.
*/

/**
* Source DSL code.
*/
Expand Down

1 comment on commit c2109a0

@0pdd
Copy link

@0pdd 0pdd commented on c2109a0 Aug 9, 2022

Choose a reason for hiding this comment

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

Puzzle 76-7d5c2b4d discovered in src/main/java/org/cqfn/astranaut/utils/CommentsRemover.java) and submitted as #76. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.