Skip to content

Commit f73e782

Browse files
committed
Makefile: add initial check target
Only test for W605 with pycodestyle for now. Signed-off-by: Loïc Minier <[email protected]>
1 parent 9c4b269 commit f73e782

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)