model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Run pylint #112

Closed markrtuttle closed 2 years ago

markrtuttle commented 2 years ago

Modify pylint disabled check: use f-strings instead of string format() and open all text files with utf-8 encoding. Also add an omitted regression script to the list of scripts to check with pylint.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.