8785747d24
Change-Id: I0aeb38604909bbc7d3daaa83cf2088e9e62a23f9
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
|