Codebase list gnome-shell-extension-appindicator / 0c53d7e
debian/patches: Use tap formatter for eslint by default eslint in debian doesn't include missing dependency for default formatter, however for build system the tap format is just better so let's use it in debian Marco Trevisan (TreviƱo) 3 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?utf-8?b?Ik1hcmNvIFRyZXZpc2FuIChUcmV2acOxbyki?= <mail@3v1n0.net>
1 Date: Thu, 18 Mar 2021 00:38:41 +0100
2 Subject: Makefile: Use tap formatter by default
3
4 ---
5 Makefile | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/Makefile b/Makefile
9 index 0b2c5f8..b4b638f 100644
10 --- a/Makefile
11 +++ b/Makefile
12 @@ -11,7 +11,7 @@ zip-file: $(ZIP)
13 zip build/appindicator-support.zip $(ZIP)
14
15 check:
16 - eslint $(shell find -name '*.js')
17 + eslint . -f tap
18
19 clean:
20 rm -rf build
00 metadata-use-appindicator-namespace-and-naming.patch
1 Makefile-Use-tap-formatter-by-default.patch