Skip to content

Commit

Permalink
disable force expression
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed Jun 29, 2024
1 parent 4689d6b commit 0be10e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.1

- Disable `prefer_expression_function_bodies`.
- CI for publish.

## 0.1.0

- Package and repo manifest: readme, license, and changelog.
Expand Down
2 changes: 1 addition & 1 deletion lib/lintall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ linter:
prefer_asserts_with_message: false # might make code complex
prefer_constructors_over_static_methods: true
prefer_double_quotes: false # conflict: prefer_single_quotes
prefer_expression_function_bodies: true
prefer_expression_function_bodies: false # might make code ugly.
prefer_final_in_for_each: true
prefer_final_locals: true
prefer_final_parameters: false # conflict: avoid_final_parameters
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: lintall
description: Enable as many lint rules as possible.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/treeinfra/lintall
repository: https://github.com/treeinfra/lintall
environment: {sdk: ">=3.4.3 <4.0.0"}
topics:
Expand Down

0 comments on commit 0be10e2

Please sign in to comment.