Skip to content

Commit 26999d1

Browse files
loolndechesne
authored andcommitted
Makefile: add initial check target
Only test for W605 with pycodestyle for now. Signed-off-by: Loïc Minier <[email protected]>
1 parent a432de4 commit 26999d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ all:
1010
$(TOPDIR)/gen_partition.py -i partitions.conf -o partitions.xml
1111
$(TOPDIR)/ptool.py -x partitions.xml
1212

13+
check:
14+
# W605: invalid escape sequence
15+
pycodestyle --select=W605 *.py
16+

0 commit comments

Comments
 (0)