Closed lordmauve closed 7 years ago
When running flake8-html for a number of projects, we need a unique title to distinguish which codebase a project belongs to.
For example, pass
--html-title "My Project flake8 violations"
to set that title both in the <title> and <h1> elements in the rendered HTML.
<title>
<h1>
When running flake8-html for a number of projects, we need a unique title to distinguish which codebase a project belongs to.
For example, pass
to set that title both in the
<title>
and<h1>
elements in the rendered HTML.