Merge branch 'dev' into feature/build_gui

This commit is contained in:
Veronica Berglyd Olsen
2023-06-01 15:29:00 +02:00
5 changed files with 8 additions and 11 deletions
+3 -6
View File
@@ -25,9 +25,6 @@ jobs:
run: pip install flake8 run: pip install flake8
- name: Syntax Error Check - name: Syntax Error Check
run: | run: |
flake8 novelwriter --count --select=E9,F63,F7,F82 --show-source --statistics flake8 --version
flake8 tests --count --select=E9,F63,F7,F82 --show-source --statistics flake8 novelwriter --count --show-source --statistics
- name: Coding Style Violations flake8 tests --count --show-source --statistics
run: |
flake8 novelwriter --count --max-line-length=99 --ignore E133,E221,E226,E228,E241,W503 --show-source --statistics
flake8 tests --count --max-line-length=99 --ignore E133,E221,E226,E228,E241,W503 --show-source --statistics
+1 -1
View File
@@ -50,6 +50,6 @@ gui_scripts =
universal = 0 universal = 0
[flake8] [flake8]
ignore = E133,E221,E226,E228,E241,W503 ignore = D107,D205,D400,E133,E221,E226,E228,E241,W503
max-line-length = 99 max-line-length = 99
exclude = docs/* exclude = docs/*