1
1
# netglade analysis
2
2
3
- <picture >
4
- <source media =" (prefers-color-scheme: dark) " srcset =" https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_light.png " >
5
- <source media =" (prefers-color-scheme: light) " srcset =" https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png " >
6
- <img alt =" netglade " src =" https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png " >
7
- </picture >
3
+ <a href =" https://netglade.com/en " >
4
+ <picture>
5
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_light.png">
6
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png">
7
+ <img alt="netglade" src="https://raw.githubusercontent.com/netglade/.github/main/assets/netglade_logo_dark.png">
8
+ </picture>
9
+ </a >
8
10
9
11
Developed with 💚 by [ netglade] [ netglade_link ]
10
12
11
13
[ ![ ci] [ ci_badge ]] [ ci_badge_link ]
12
14
[ ![ pub package] [ pub_badge ]] [ pub_badge_link ]
13
15
[ ![ license: MIT] [ license_badge ]] [ license_badge_link ]
14
16
[ ![ style: netglade analysis] [ style_badge ]] [ style_badge_link ]
17
+ [ ![ Discord] [ discord_badge ]] [ discord_badge_link ]
15
18
16
19
---
17
20
@@ -47,6 +50,19 @@ dart_code_metrics:
47
50
- package:netglade_analysis/dcm.yaml
48
51
` ` `
49
52
53
+ # # Recommendations
54
+
55
+ Consider adding an analyzer exclude for generated, coverage, ... files.
56
+
57
+ ` ` ` yaml
58
+ analyzer:
59
+ exclude:
60
+ - '**/*.g.dart'
61
+ - '**/*.freezed.dart'
62
+ - test/.test_coverage.dart
63
+ - lib/generated_plugin_registrant.dart
64
+ ` ` `
65
+
50
66
# # Badge
51
67
52
68
To indicate your project is using `netglade_analysis` →
@@ -56,7 +72,7 @@ To indicate your project is using `netglade_analysis` →
56
72
[](https://pub.dev/packages/netglade_analysis)
57
73
` ` `
58
74
59
- [netglade_link] : https://netglade.cz /en
75
+ [netglade_link] : https://netglade.com /en
60
76
61
77
[ci_badge] : https://github.com/netglade/netglade_analysis/workflows/ci/badge.svg
62
78
[ci_badge_link] : https://github.com/netglade/netglade_analysis/actions
@@ -66,6 +82,8 @@ To indicate your project is using `netglade_analysis` →
66
82
[pub_badge_link] : https://pub.dartlang.org/packages/netglade_analysis
67
83
[style_badge] : https://img.shields.io/badge/style-netglade_analysis-26D07C.svg
68
84
[style_badge_link] : https://pub.dev/packages/netglade_analysis
85
+ [discord_badge] : https://img.shields.io/discord/1091460081054400532.svg?logo=discord&color=blue
86
+ [discord_badge_link] : https://discord.gg/sJfBBuDZy4
69
87
70
88
[linter_rules] : https://dart.dev/tools/linter-rules
71
89
[supported_lint_rules] : https://dart-lang.github.io/linter/lints
0 commit comments