mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Also improve upload script to force push changelog branches. Lintian v2.115 (which is run on Debian servers) still produces pedantic warnings, but there seems to be a bug - no matter what pattern I add to `lintian-overrides`, I can't get it to ignore the files. The following version v2.116 has these rules built in, so we don't need `lintian-overrides` anymore.
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"asabil.meson",
|
|
"EditorConfig.editorconfig",
|
|
"ms-python.python",
|
|
"timonwong.shellcheck",
|
|
"dawidd6.debian-vscode",
|
|
]
|
|
}
|