forked from susatthi/github-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
27 lines (24 loc) · 828 Bytes
/
analysis_options.yaml
File metadata and controls
27 lines (24 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2022 susatthi All rights reserved.
# Use of this source code is governed by a MIT license that can be
# found in the LICENSE file.
# https://pub.dev/packages/pedantic_mono
include: package:pedantic_mono/analysis_options.yaml
linter:
rules:
avoid_classes_with_only_static_members: false
cascade_invocations: false
comment_references: false
constant_identifier_names: true
one_member_abstracts: false
prefer_relative_imports: true
use_build_context_synchronously: false
# see: https://github.com/rrousselGit/freezed/issues/488#issuecomment-894358980
analyzer:
exclude:
- '**/*.freezed.dart'
- '**/localization/*.dart'
- '**/generated_plugin_registrant.dart'
- '**/riverpod_graph.dart'
- '**/util/assets/*.gen.dart'
errors:
invalid_annotation_target: ignore