Skip to content

Commit

Permalink
Enable and fix two lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Mar 18, 2020
1 parent 0b71865 commit 619495c
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ linter:
- join_return_with_assignment
- library_names
- library_prefixes
# Need to ignore in build_cli
#- lines_longer_than_80_chars
- lines_longer_than_80_chars
- list_remove_unrelated_type
- literal_only_boolean_expressions
- missing_whitespace_between_adjacent_strings
Expand Down Expand Up @@ -110,6 +109,7 @@ linter:
- prefer_spread_collections
- prefer_typing_uninitialized_variables
- prefer_void_to_null
- provide_deprecation_message
- recursive_getters
- slash_for_doc_comments
- sort_pub_dependencies
Expand Down
2 changes: 2 additions & 0 deletions build_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.3.8-dev

## 1.3.7

- Support `package:build_cli_annotations` `>=1.1.0 <1.3.0`.
Expand Down
4 changes: 4 additions & 0 deletions build_cli/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ targets:
include:
- example/**
- test/src/*_example*
source_gen|combining_builder:
options:
ignore_for_file:
- lines_longer_than_80_chars

builders:
checked:
Expand Down
2 changes: 2 additions & 0 deletions build_cli/example/example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_cli
version: 1.3.7
version: 1.3.8-dev
description: >-
Parse command line arguments directly into an annotation class
using the power of build_runner and source_gen.
Expand Down
2 changes: 2 additions & 0 deletions build_cli/test/src/peanut_example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build_cli/test/src/peanut_example.overrides.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build_cli/test/src/pubviz_example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build_cli/test/src/shared_helper_example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build_cli/test/src/undefined_boolean_example.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 619495c

Please sign in to comment.