File: pylint.sh

package info (click to toggle)
python-ilorest 3.6.0.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,168 kB
  • sloc: python: 10,916; makefile: 374; sh: 3
file content (4 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (4)
1
2
3
4
#!bin/bash
echo "Running pylint and exporting to file"
pylint -f parseable redfish | tee pylint.out
echo "Pylint done!"