calamares/ci
Adriaan de Groot 154396f80a CI: drop support for clang-format10 and later
The only acceptable versions of clang-format are 8 and 9 for now
(until another round of big-churn-from-formatting, at which point
we'll update the required version).

clang-format-9 says:

    SpacesInSquareBrackets (bool)
      If true, spaces will be inserted after [ and before ]. Lambdas
      or unspecified size array declarations will not be affected.

clang-format-10 changes part of that to:

      Lambdas without arguments or unspecified size array
      declarations will not be affected.

This means that 9 will only allow `[name]` for captures, and 10
will only allow `[ name ]` for captures, so they ping-pong all
the lambda's in the codebase back and forth. Just don't.
2021-06-04 14:55:11 +02:00
..
AppImage.sh REUSE: license tags for the scripts and tools in ci/ 2020-08-26 02:05:46 +02:00
astylerc REUSE: license tags for the scripts and tools in ci/ 2020-08-26 02:05:46 +02:00
calamaresstyle CI: drop support for clang-format10 and later 2021-06-04 14:55:11 +02:00
configvalidator.py CI: add -m <module> shortcut to test individual modules 2021-03-14 16:36:00 +01:00
coverity-model.c REUSE: license tags for the scripts and tools in ci/ 2020-08-26 02:05:46 +02:00
RELEASE.md CMake: tweak version-handling 2021-03-26 18:25:51 +01:00
RELEASE.sh CI: automate signing the tag and tarball 2021-03-30 11:52:05 +02:00
txcheck.sh REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
txpull.sh i18n: Friulian exceeds expectations 2020-10-16 15:01:30 +02:00
txpush.sh i18n: add translations source for keyboards 2020-10-30 12:43:03 +01:00
txreduce.py REUSE: license tags for the scripts and tools in ci/ 2020-08-26 02:05:46 +02:00
txstats.py REUSE: license tags for the scripts and tools in ci/ 2020-08-26 02:05:46 +02:00