-
Notifications
You must be signed in to change notification settings - Fork 44
feat: Add note and imgs for ignore reason CF-1973 #2518
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -59,12 +59,16 @@ You can moreover define one or more of the following filters: | |||||
| Use the options in the menu of each issue to: | ||||||
|
|
||||||
| - **Ignore the issue** and hide it from the list. | ||||||
| - **Select reason** for ignoring the issue. | ||||||
|
|
||||||
| Codacy will no longer report the issue after the next analysis of your repository. For example, you can ignore issues that you disagree with because: | ||||||
|
|
||||||
| - Your team won't tackle the issues in the immediate future | ||||||
| - The issue isn't relevant in the specific context of your code | ||||||
| - The issue is a false positive | ||||||
| - The issue is test code | ||||||
|
||||||
| - The issue is test code | |
| - The issue is in test code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The nested bullet point under 'Ignore the issue' creates an inconsistent structure. The sub-bullet 'Select reason' appears to be at the same level as the subsequent explanation, but it should either be part of the main bullet text or removed since the explanation already covers this functionality in line 71.