mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
Use line length of 100 for formatting
This commit is contained in:
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
run: flutter pub get
|
||||
|
||||
- name: Check for formatting issues (run "flutter format . ")
|
||||
run: flutter format .
|
||||
run: flutter format --line-length=100 .
|
||||
|
||||
- name: Push a commit with the changed files
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user