Skip to content

Commit

Permalink
Merge pull request #18 from ProgrammableGroup/feature/lint
Browse files Browse the repository at this point in the history
静的解析[lint]の設定
  • Loading branch information
ho2ri2s authored Jul 15, 2020
2 parents cd2826f + 67cb47b commit 5985f25
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://pub.dev/packages/pedantic_mono
include: package:pedantic_mono/analysis_options.yaml

linter:
rules:
lines_longer_than_80_chars: false
omit_local_variable_types: false
flutter_style_todos: false
one_member_abstracts: false
avoid_function_literals_in_foreach_calls: false
non_constant_identifier_names: false
avoid_single_cascade_in_expression_statements: false
constant_identifier_names: false
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic_mono: any


# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 5985f25

Please sign in to comment.