-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: v2.1.0, attempt to fix waa edge-case, upgrade dependencies
- Loading branch information
1 parent
afd454d
commit b4fea23
Showing
24 changed files
with
1,574 additions
and
1,527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"flutter": "3.24.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,6 @@ build/ | |
**/coverage/ | ||
**/coverage_badge.svg | ||
**/.test_coverage.dart | ||
|
||
# FVM | ||
.fvm/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,43 @@ | ||
pull_request_rules: | ||
- name: "Assign author" | ||
conditions: [] | ||
actions: | ||
assign: | ||
users: | ||
- "{{author}}" | ||
- name: 'Assign author' | ||
conditions: [] | ||
actions: | ||
assign: | ||
users: | ||
- '{{author}}' | ||
|
||
# Merge flow for contributors | ||
- name: "Request review" | ||
conditions: | ||
- "author!=jeroen-meijer" | ||
actions: | ||
request_reviews: | ||
users: | ||
- "jeroen-meijer" | ||
- name: "Merge when CI passes & has one approval" | ||
conditions: | ||
- "author!=jeroen-meijer" | ||
- "label!=wip" | ||
- "status-success~=kana_kit" | ||
- "#approved-reviews-by>=1" | ||
actions: | ||
merge: | ||
method: squash | ||
strict: smart | ||
commit_message: default | ||
# Merge flow for contributors | ||
- name: 'Request review' | ||
conditions: | ||
- 'author!=jeroen-meijer' | ||
actions: | ||
request_reviews: | ||
users: | ||
- 'jeroen-meijer' | ||
- name: 'Merge when CI passes & has one approval' | ||
conditions: | ||
- 'author!=jeroen-meijer' | ||
- 'label!=wip' | ||
- 'status-success~=kana_kit' | ||
- '#approved-reviews-by>=1' | ||
actions: | ||
merge: | ||
method: squash | ||
commit_message: default | ||
|
||
# Merge flow for non-contributors | ||
- name: "Merge when CI passes" | ||
conditions: | ||
- "author=jeroen-meijer" | ||
- "label!=wip" | ||
- "status-success~=kana_kit" | ||
actions: | ||
merge: | ||
method: squash | ||
strict: smart | ||
commit_message: default | ||
# Merge flow for non-contributors | ||
- name: 'Merge when CI passes' | ||
conditions: | ||
- 'author=jeroen-meijer' | ||
- 'label!=wip' | ||
- 'status-success~=kana_kit' | ||
actions: | ||
merge: | ||
method: squash | ||
commit_message: default | ||
|
||
- name: Delete branch post merge | ||
conditions: | ||
- merged | ||
actions: | ||
delete_head_branch: {} | ||
- name: Delete branch post merge | ||
conditions: | ||
- merged | ||
actions: | ||
delete_head_branch: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,6 @@ | |
"mkdir", | ||
"toukyou", | ||
"zenkaku" | ||
] | ||
} | ||
], | ||
"dart.flutterSdkPath": ".fvm/versions/3.24.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
include: package:very_good_analysis/analysis_options.yaml | ||
# linter: | ||
# rules: | ||
# await_only_futures: true | ||
# prefer_const_constructors: true | ||
# prefer_const_literals_to_create_immutables: true | ||
# prefer_relative_imports: false | ||
# prefer_single_quotes: true | ||
# public_member_api_docs: true | ||
# sort_child_properties_last: true | ||
# sort_constructors_first: true | ||
# unawaited_futures: true | ||
# analyzer: | ||
# strong-mode: | ||
# implicit-casts: false | ||
# errors: | ||
# close_sinks: ignore | ||
# exclude: | ||
# - '**/.test_coverage.dart' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
codecov: | ||
require_ci_to_pass: true | ||
|
||
coverage: | ||
precision: 3 | ||
range: "99...100" | ||
range: '99...100' | ||
|
||
ignore: | ||
- "**/*.g.dart" | ||
- "lib/src/models/romanization/**" | ||
- '**/*.g.dart' | ||
- 'lib/src/models/romanization/**' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
ignoreWords: | ||
- transform | ||
words: | ||
- codecov | ||
- hankaku | ||
- hepburn | ||
- HighLiuk | ||
- hira | ||
- initializers | ||
- japanese | ||
- Moseco | ||
- NNBD | ||
- Ōsaka | ||
- pubspec | ||
- romaji | ||
- Tōkyō | ||
- unicode | ||
- zenkaku | ||
- Zenkaku |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.