-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
165 additions
and
134 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 |
---|---|---|
|
@@ -8,3 +8,5 @@ build/ | |
.failed_tracker | ||
onepub.token.yaml | ||
test/test_settings.yaml | ||
bin/onepub | ||
bin/opub |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# specific lints for code cloned from pub | ||
analyzer: | ||
errors: | ||
unused_import: error | ||
unused_local_variable: error | ||
dead_code: error | ||
todo: ignore | ||
|
||
exclude: | ||
- lib/src/pub/third_party | ||
|
||
|
||
|
||
linter: | ||
rules: | ||
avoid_catching_errors: true | ||
avoid_print: true | ||
avoid_private_typedef_functions: true | ||
avoid_redundant_argument_values: true | ||
avoid_returning_null_for_future: true | ||
avoid_unused_constructor_parameters: true | ||
avoid_void_async: true | ||
cancel_subscriptions: true | ||
directives_ordering: false ## changed by onepub | ||
missing_whitespace_between_adjacent_strings: true | ||
no_adjacent_strings_in_list: true | ||
no_runtimeType_toString: true | ||
only_throw_errors: true | ||
package_api_docs: true | ||
prefer_asserts_in_initializer_lists: true | ||
prefer_const_declarations: true | ||
prefer_relative_imports: true | ||
prefer_single_quotes: true | ||
sort_pub_dependencies: true | ||
test_types_in_equals: true | ||
throw_in_finally: true | ||
unawaited_futures: true | ||
unnecessary_lambdas: true | ||
unnecessary_null_aware_assignments: true | ||
unnecessary_parenthesis: true | ||
unnecessary_statements: true | ||
use_super_parameters: false | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/// GENERATED BY pub_release do not modify. | ||
/// onepub version | ||
String packageVersion = '2.0.0-beta.1'; | ||
String packageVersion = '2.0.0'; |
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,14 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
}, | ||
{ | ||
"path": "../dcli-2.12" | ||
}, | ||
{ | ||
"path": "../onepub-deploy" | ||
} | ||
], | ||
"settings": {} | ||
} |
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
Oops, something went wrong.