coala / docker-coala-base

coala base docker image
21 stars 28 forks source link

.coafile: Add YAMLLintBear #186

Closed lherman-cs closed 4 years ago

lherman-cs commented 7 years ago

Add YAMLLintBear to .coafile and fix .travis.yml issues raised by coala

Closes https://github.com/coala/docker-coala-base/issues/183

lherman-cs commented 7 years ago

Can someone help me to pass ci/dockercloud? I don't know what breaks it. Thanks

lherman-cs commented 7 years ago

I'm so sorry. I miss clicked the button. Instead of "Comment," I clicked "Close and comment"

jayvdb commented 7 years ago

@lherman-cs , can you rebase this patch (see the guides in our dev docs for how-to)

jayvdb commented 7 years ago

Hi @lherman-cs , to rebase properly, you should archive your current branch , to a name like old-pr-186, then checkout master and sync your master with upstream master, then recreate the branch hotfix/#183 and put your one commit on that branch. Then repush.

gitmate-bot commented 7 years ago

Hey! This pull request hasn't been updated for a while :/ It would be nice if we could get this going again!

gitmate-bot commented 7 years ago

Hey! This pull request hasn't been updated for a while :/ It would be nice if we could get this going again!

gitmate-bot commented 7 years ago

Hey! This pull request hasn't been updated for a while :/ It would be nice if we could get this going again!

lherman-cs commented 7 years ago

Thanks, @jayvdb. I've fixed all the issues you mentioned before.