Skip to content

Commit

Permalink
added missing_return linter and update version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsydarel committed Jul 29, 2019
1 parent 0fc6a8c commit 05f4421
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ linter:
- unnecessary_getters_setters
- unnecessary_getters # prefer
- unnecessary_new
- missing_return
#- prefer_expression_function_bodies # consider
- unnecessary_this
- prefer_initializing_formals
Expand Down Expand Up @@ -174,3 +175,4 @@ analyzer:
unused_import: error
unused_element: error
unused_local_variable: error
missing_return: error
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_code_style
description: Dare's flutter code style for application and libraries.
version: 1.6.0
version: 1.6.1
homepage: https://github.com/bitsydarel/flutter-code-style
author: darelbitsy <[email protected]>

Expand Down

0 comments on commit 05f4421

Please sign in to comment.