14347ad6d4
Change-Id: If02983e8ce66f2f557efc4ac7c73b4f62945acdb
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
python3 -m pylint -j0 --errors-only --disable E1102 --disable E0401 --enable W0301 pySim
|