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

block comments with prefix #157

Open
drahnr opened this issue Feb 26, 2021 · 1 comment
Open

block comments with prefix #157

drahnr opened this issue Feb 26, 2021 · 1 comment
Labels
checker generic checker topics enhancement 🦚 New feature or request good first issue 🔰 Good for newcomers internal ⚙️ Internal issues or TODOs

Comments

@drahnr
Copy link
Owner

drahnr commented Feb 26, 2021

Is your feature request related to a particular use-case?

Currently block comments are not reflown, due the different styles used:

/**
 *
 *
 */

vs

/**


 */

and the broken variant

/**
 *
 *


 */

Describe the solution you'd like to implement/see implemented

The prefix should be detected, inconsistencies should be reported as separate errors with a suggestion (bonus).

Describe alternatives you've considered

Do not reflow or them. Spellchecking works decently, nlprule results are sub-optimal.

@drahnr drahnr added enhancement 🦚 New feature or request good first issue 🔰 Good for newcomers internal ⚙️ Internal issues or TODOs checker generic checker topics labels Feb 26, 2021
@drahnr
Copy link
Owner Author

drahnr commented Apr 19, 2021

Ref #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checker generic checker topics enhancement 🦚 New feature or request good first issue 🔰 Good for newcomers internal ⚙️ Internal issues or TODOs
Projects
None yet
Development

No branches or pull requests

1 participant