Skip to content

Commit dba2a62

Browse files
Merge pull request #27 from simulate-digital-rail/avoid-recursive-and-long-routes
Avoid recursive and long routes
2 parents b43e285 + f4c05d6 commit dba2a62

File tree

5 files changed

+617
-638
lines changed

5 files changed

+617
-638
lines changed

.github/workflows/package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
poetry run isort -c .
2626
- name: Lint with pylint
2727
run: |
28-
poetry run pylint railwayroutegenerator
28+
poetry run pylint railwayroutegenerator --fail-under 8.5
2929
3030
build:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)