Closed alexandruionascu closed 7 years ago
coala.io/commit
You need tos et ownership in you local git program. This can be done with git config --global user.email "your_github_email_"
. After that, amend your commit (with git commit -a --amend
) and force push your branch.
Please squash your three commits into one commit.
Replaced coala-format with coala --format agrument and upgraded atom-linter package version.