liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.04k stars 113 forks source link

Gofmt #216

Closed mjs closed 5 years ago

mjs commented 5 years ago

Description

Fix errors reported by gofmt and add checks to prevent future regressions.

Vendored files are ignored.

Type of change

How Has This Been Tested?

Tested that Aminal still builds and runs.

Test Configuration:

Checklist:

maxhora commented 5 years ago

That, probably, should be rebased and merged with priority since it will introduce conflicts to others PRs or others merged PRs will block that PR again and again

mjs commented 5 years ago

@liamg @MaxRis rebased

maxhora commented 5 years ago

@mjs oh, it seems that Travis won't pass for your PR (or won't start at all). That might be because you're doing it from your fork, but should do from the remote branch of the same repo. I have the same issue in another PR. will update mine and let you know if it helps.

maxhora commented 5 years ago

@mjs you need just to push exactly the same branch from your fork into liamg/aminal repo directly. After you will do push the travis build will magically start for that your PR. No additional actions.