marquez
marquez copied to clipboard
[DOCS] Add flake8 linter to Github Actions workflows
Signed-off-by: Michael Robinson [email protected]
Problem
A linter could be configured to check new Python source files for copyright and license headers.
Solution
This PR adds flake8 to Super_Linter in Github Actions and configures it with a plugin for checking files for copyright text.
Checklist
- [x] You've signed-off your work
- [ ] Your changes are accompanied by tests (if relevant)
- [x] Your change contains a small diff and is self-contained
- [ ] You've updated any relevant documentation (if relevant)
- [ ] You've updated the
CHANGELOG.md
with details about your change under the "Unreleased" section (if relevant, depending on the change, this may not be necessary) - [ ] You've versioned your
.sql
database schema migration according to Flyway's naming convention (if relevant)
Codecov Report
Merging #2025 (af2ff58) into main (7a7a2a8) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #2025 +/- ##
=========================================
Coverage 78.89% 78.89%
Complexity 1014 1014
=========================================
Files 197 197
Lines 5548 5548
Branches 421 421
=========================================
Hits 4377 4377
Misses 724 724
Partials 447 447
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more