coala / coala-atom

A coala integration plugin for Atom
https://coala.io/
GNU Affero General Public License v3.0
20 stars 23 forks source link

Replaced legacy coala-format #25

Closed alexandruionascu closed 7 years ago

alexandruionascu commented 7 years ago

Replaced coala-format with coala --format agrument and upgraded atom-linter package version.

sils commented 7 years ago

coala.io/commit

Mixih commented 7 years ago

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.

jayvdb commented 7 years ago

Please squash your three commits into one commit.