mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Remove the explicit line length, this is not needed anymore
This commit is contained in:
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -12,6 +12,6 @@ If applicable, please link to any related issues (`Closes #123`,
|
||||
|
||||
- [ ] Tests for the changes have been added (for bug fixes / features)
|
||||
- [ ] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR
|
||||
(run `dart format --line-length=100 .`)
|
||||
(run `dart format .`)
|
||||
- [ ] Updated/added relevant documentation (doc comments with `///`).
|
||||
- [ ] Added relevant reviewers.
|
||||
|
||||
2
.github/workflows/linter.yml.bak
vendored
2
.github/workflows/linter.yml.bak
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
run: flutter pub get
|
||||
|
||||
- name: Check for formatting issues (run "dart format . ")
|
||||
run: dart format --line-length=100 .
|
||||
run: dart format .
|
||||
|
||||
- name: Push a commit with the changed files
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user