File: README

package info (click to toggle)
boinor 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,604 kB
  • sloc: python: 20,947; makefile: 172; sh: 36
file content (9 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# pylint: disable=duplicate-code   <-- does not work with pylint in Bookworm

vulture src/boinor complains about Phobos and Deimos; some warnings should be avoided

interrogate src/boinor     <-- just shows result
interrogate -v src/boinor  <-- shows files to improve
interrogate -vv src/boinor <-- shows lines to improve

interrogate --generate-badge src/boinor