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

Add endStyle attribute to DocCommentStyle #508

Open
EliteMasterEric opened this issue Aug 19, 2021 · 0 comments
Open

Add endStyle attribute to DocCommentStyle #508

EliteMasterEric opened this issue Aug 19, 2021 · 0 comments

Comments

@EliteMasterEric
Copy link

In order to match the comment style used as standard in languages like JavaScript, asymmetrical start and end styles must be used, like so:

/**
 * Test
 */

a new configuration option is needed for the DocCommentStyle rule: https://haxecheckstyle.github.io/docs/haxe-checkstyle/doccommentstyle.html

{
  "type": "DocCommentStyle",
  "props": {
    "startStyle": "twostars",
    "lineStyle": "oneStar",
    "endStyle": "oneStar"
  }
}

For compatibility, this option should default to the current value of startStyle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants