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

ignore DSL inside ignore.ghiqc #27

Closed
h1alexbel opened this issue Jul 29, 2024 · 4 comments
Closed

ignore DSL inside ignore.ghiqc #27

h1alexbel opened this issue Jul 29, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@h1alexbel
Copy link
Owner

h1alexbel commented Jul 29, 2024

Let's add support for special syntax in order to configure tool to ignore some issues. For instance the following ignore rules can be placed in ignore.ghiqc:

author:jeff
!author:foo
author:(jeff|foo|max)
!author:(jeff|foo|max)
label:foo
label:!bug
title:"bar"
title:"*foo"
title:!"*something"

We can add author:unknown too. In case bug report was submitted by newcomer, it will check the issue, otherwise no checks will be performed.

@h1alexbel h1alexbel added the enhancement New feature or request label Jul 29, 2024
@h1alexbel h1alexbel self-assigned this Jul 29, 2024
Copy link

@h1alexbel

Main quality problem: Lack of clear explanation on what the bug does.

Suggestion: Provide more information on what the bug achieves and how the specific syntax works.

@h1alexbel h1alexbel changed the title --run-if DSL --ignore-if DSL Jul 30, 2024
h1alexbel added a commit that referenced this issue Jul 30, 2024
@h1alexbel h1alexbel changed the title --ignore-if DSL ignore DSL inside ignore.ghiqc Jul 30, 2024
h1alexbel added a commit that referenced this issue Jul 30, 2024
h1alexbel added a commit that referenced this issue Jul 30, 2024
h1alexbel added a commit that referenced this issue Jul 30, 2024
h1alexbel added a commit that referenced this issue Jul 30, 2024
h1alexbel added a commit that referenced this issue Aug 1, 2024
h1alexbel added a commit that referenced this issue Aug 1, 2024
h1alexbel added a commit that referenced this issue Aug 2, 2024
@0pdd
Copy link
Collaborator

0pdd commented Aug 2, 2024

@h1alexbel 3 puzzles #36, #37, #38 are still not solved.

@0pdd
Copy link
Collaborator

0pdd commented Aug 2, 2024

@h1alexbel the puzzle #36 is still not solved; solved: #37, #38.

@0pdd
Copy link
Collaborator

0pdd commented Aug 26, 2024

@h1alexbel 2 puzzles #44, #45 are still not solved; solved: #36, #37, #38.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants