-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add Remark config #3318
Add Remark config #3318
Conversation
Co-Authored-By: Joseph Madamba <[email protected]>
Some random things I found while looking through:
| [\_WWWWWW_WWWWWW_](https://osu.ppy.sh/users/1981781) | Portuguese, Spanish, Japanese| It's warning that this line should be using
- Item 1
- Item 2
- Item 3 It is warning that there should be an empty space after item 2.
The NSC has a rule regarding filenames, but it looks like some of them have been ignored. Not sure what to set
some
|
Thanks for this! Let's merge as-is and see how it adjusts inspections (we can make further changes post-merge). |
part of #3310
After looking at Codacy's patterns page, some options don't even prompt what exactly we want to use (e.g. using ATX headings, not Setext (it might actually be confusing itself with the frontmatter/YAML stuff)). This should also enable the frontmatter plugin which should allow it to check for YAML and ignore it whatever's in it.
Things to do: