File: pylint.sh

package info (click to toggle)
python-ilorest 3.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,076 kB
  • sloc: python: 9,438; makefile: 286; 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!"