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

Comments should be indented as the code they are commenting #553

Closed
petertrr opened this issue Nov 19, 2020 · 0 comments · Fixed by #566 or #595
Closed

Comments should be indented as the code they are commenting #553

petertrr opened this issue Nov 19, 2020 · 0 comments · Fixed by #566 or #595
Assignees
Labels
bug Something isn't working

Comments

@petertrr
Copy link
Member

For example,

foo
     // we are calling bar
    .bar

is corrected to

foo
// we are calling bar
    .bar

in diktat 0.1.5

@petertrr petertrr added the bug Something isn't working label Nov 19, 2020
@petertrr petertrr self-assigned this Nov 19, 2020
@aktsay6 aktsay6 assigned aktsay6 and unassigned petertrr Nov 24, 2020
aktsay6 added a commit that referenced this issue Nov 24, 2020
### What's done:
  * Fixed bugs
aktsay6 added a commit that referenced this issue Nov 24, 2020
### What's done:
  * Fixed bugs
aktsay6 added a commit that referenced this issue Nov 24, 2020
### What's done:
  * Fixed bugs
aktsay6 added a commit that referenced this issue Nov 30, 2020
### What's done:
  * Fixed bugs
aktsay6 added a commit that referenced this issue Nov 30, 2020
…566)

* bugfix/indentation-of-comments(#553)

### What's done:
  * Fixed bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants