Skip to content

.editorconfig: Added .editorconfig file#643

Open
shakeelsamsu wants to merge 2 commits into
coala:masterfrom
shakeelsamsu:editorconfig
Open

.editorconfig: Added .editorconfig file#643
shakeelsamsu wants to merge 2 commits into
coala:masterfrom
shakeelsamsu:editorconfig

Conversation

@shakeelsamsu

@shakeelsamsu shakeelsamsu commented Nov 5, 2018

Copy link
Copy Markdown

Added .editorconfig file for Python and YAML

Closes #331

Reviewers Checklist

  • Appropriate logging is done.
  • Appropriate error responses.
  • Handle every possible exception.
  • Make sure there is a docstring in the command functions. Hint: Lookout for
    botcmd and re_botcmd decorators.
  • See that 100% coverage is there.
  • See to it that mocking is not done where it is not necessary.

@nvzard nvzard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please modify your commit message as per the commit guidelines :)
http://api.coala.io/en/latest/Developers/Writing_Good_Commits.html

@shakeelsamsu

Copy link
Copy Markdown
Author

Done.

@jayvdb jayvdb left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This task requires adding .editorconfig to the sync list in .moban.yaml

Commit message doesnt comply with https://coala.io/commit .

@shakeelsamsu shakeelsamsu changed the title Added .editorconfig file .editorconfig: Added .editorconfig file Nov 6, 2018
Comment thread .editorconfig
[**]
charset = utf-8
end_of_line = lf
insert_final_newline = truemax_line_length = 80

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what the .. this doesnt look right....

@naveenkumarsangi naveenkumarsangi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing .editorconfig.jj2template.

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

Development

Successfully merging this pull request may close these issues.

5 participants