pull/227/head
RobertGawron 2019-08-26 16:09:25 +01:00
rodzic 1593fe84ad
commit 95854b0593
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ matrix:
script:
- cppcheck --enable=all --inline-suppr --force --quiet --error-exitcode=1 Src/* Inc/*
# Use pyflakes (or other tool) to check statically Python code
# Use pyflakes to check statically Python code
- language: python
dist: xenial
sudo: true