File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "regex" : " ^Check that imports in Go sources match importpath attributes in deps.$" ,
4
+ "command" : " bazel" ,
5
+ "args" : [ " run" , " //:gazelle" ]
6
+ },
7
+ {
8
+ "regex" : " ^buildozer '(.*)'\\ s+(.*)$" ,
9
+ "command" : " buildozer" ,
10
+ "args" : [ " $1" , " $2" ]
11
+ }
12
+ ]
Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ build:gnulike --conlyopt='-std=c99'
256
256
257
257
# Cython code isn't very clean.
258
258
build:clang --per_file_copt='//py_toxcore_c[:/]@-Wno-conditional-uninitialized'
259
+ build:clang --per_file_copt='//py_toxcore_c[:/]@-Wno-deprecated-declarations'
259
260
build:clang --per_file_copt='//py_toxcore_c[:/]@-Wno-extra-semi-stmt'
260
261
build:clang --per_file_copt='//py_toxcore_c[:/]@-Wno-undef'
261
262
build:clang --per_file_copt='//py_toxcore_c[:/]@-Wno-unused-macros'
You can’t perform that action at this time.
0 commit comments