Skip to content

ci: style enforcement

dcz requested to merge dcz/squeekboard:style into master

The .gitlab-ci.yaml file is now under strict style control. I wasn't diligent enough to avoid accepting commits that includes spurious whitespace changes, and that fired back by causing unneeded conflicts.

This will prevent style issues from impacting others in the future by shifting the responsibility on the committer, who will see a failing CI pipeline when trying to introduce style changes.

The downside is now that the committer must think about the style every time, so I'm not introducing this everywhere.

I didn't customize the formatter in any way - opinions welcome.

Merge request reports