-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove git add -u from hook * #696 Add error message for invalid credentials * Remove unused strings * #696 Change expected error message in tests * Remove useless test * #696 Change displayed error message for invalid credentials * #696 Remove obsolete universal code matcher * #696 Change string to something smaller * #696 Remove unsused variable * Revert "#696 Remove obsolete universal code matcher" This reverts commit 86cc5de. * Revert "#696 Remove unsused variable" This reverts commit b16ca42. * Revert "Remove useless test" This reverts commit 20c5d37. * #696 Add back "login_error_invalid_universal_code" error message * [BOT] Applying version. --------- Co-authored-by: EffBureau <[email protected]>
- Loading branch information
Showing
6 changed files
with
12 additions
and
15 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
flutter format . | ||
git add -u | ||
flutter format . |
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
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
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