You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
36
-
' --exclude=<{/**.g.dart,/**.template.dart}> File paths in Glob syntax to be exclude.\n'
37
-
' (defaults to "{/**.g.dart,/**.template.dart}")\n'
33
+
' --root-folder=<./> Root folder.\n'
34
+
' (defaults to current directory)\n'
35
+
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
36
+
' --exclude=<{/**.g.dart,/**.freezed.dart}> File paths in Glob syntax to be exclude.\n'
37
+
' (defaults to "{/**.g.dart,/**.freezed.dart}")\n'
38
38
'\n'
39
39
'\n'
40
-
" --no-congratulate Don't show output even when there are no issues.\n"
40
+
" --no-congratulate Don't show output even when there are no issues.\n"
41
41
'\n'
42
42
'\n'
43
-
' --[no-]verbose Show verbose logs.\n'
43
+
' --[no-]verbose Show verbose logs.\n'
44
44
'\n'
45
45
'\n'
46
-
' --set-exit-on-violation-level=<warning> Set exit code 2 if code violations same or higher level than selected are detected.\n'
47
-
' [noted, warning, alarm]\n'
48
-
' --[no-]fatal-style Treat style level issues as fatal.\n'
49
-
' --[no-]fatal-performance Treat performance level issues as fatal.\n'
50
-
' --[no-]fatal-warnings Treat warning level issues as fatal.\n'
51
-
' (defaults to on)\n'
46
+
' --set-exit-on-violation-level=<warning> Set exit code 2 if code violations same or higher level than selected are detected.\n'
47
+
' [noted, warning, alarm]\n'
48
+
' --[no-]fatal-style Treat style level issues as fatal.\n'
49
+
' --[no-]fatal-performance Treat performance level issues as fatal.\n'
50
+
' --[no-]fatal-warnings Treat warning level issues as fatal.\n'
'-r, --reporter=<console> The format of the output of the analysis.\n'
13
-
' [console (default), json]\n'
12
+
'-r, --reporter=<console> The format of the output of the analysis.\n'
13
+
' [console (default), json]\n'
14
14
'\n'
15
15
'\n'
16
-
'-c, --print-config Print resolved config.\n'
16
+
'-c, --print-config Print resolved config.\n'
17
17
'\n'
18
18
'\n'
19
-
' --root-folder=<./> Root folder.\n'
20
-
' (defaults to current directory)\n'
21
-
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
22
-
' --exclude=<{/**.g.dart,/**.template.dart}> File paths in Glob syntax to be exclude.\n'
23
-
' (defaults to "{/**.g.dart,/**.template.dart}")\n'
19
+
' --root-folder=<./> Root folder.\n'
20
+
' (defaults to current directory)\n'
21
+
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
22
+
' --exclude=<{/**.g.dart,/**.freezed.dart}> File paths in Glob syntax to be exclude.\n'
23
+
' (defaults to "{/**.g.dart,/**.freezed.dart}")\n'
24
24
'\n'
25
25
'\n'
26
-
" --no-congratulate Don't show output even when there are no issues.\n"
26
+
" --no-congratulate Don't show output even when there are no issues.\n"
27
27
'\n'
28
28
'\n'
29
-
' --[no-]verbose Show verbose logs.\n'
29
+
' --[no-]verbose Show verbose logs.\n'
30
30
'\n'
31
31
'\n'
32
-
' --[no-]monorepo Treat all exported code with parameters as non-nullable by default.\n'
32
+
' --[no-]monorepo Treat all exported code with parameters as non-nullable by default.\n'
33
33
'\n'
34
34
'\n'
35
-
' --[no-]fatal-found Treat found unnecessary nullable parameters as fatal.\n'
36
-
' (defaults to on)\n'
35
+
' --[no-]fatal-found Treat found unnecessary nullable parameters as fatal.\n'
'-r, --reporter=<console> The format of the output of the analysis.\n'
12
-
' [console (default), json]\n'
11
+
'-r, --reporter=<console> The format of the output of the analysis.\n'
12
+
' [console (default), json]\n'
13
13
'\n'
14
14
'\n'
15
-
'-c, --print-config Print resolved config.\n'
15
+
'-c, --print-config Print resolved config.\n'
16
16
'\n'
17
17
'\n'
18
-
' --root-folder=<./> Root folder.\n'
19
-
' (defaults to current directory)\n'
20
-
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
21
-
' --exclude=<{/**.g.dart,/**.template.dart}> File paths in Glob syntax to be exclude.\n'
22
-
' (defaults to "{/**.g.dart,/**.template.dart}")\n'
18
+
' --root-folder=<./> Root folder.\n'
19
+
' (defaults to current directory)\n'
20
+
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
21
+
' --exclude=<{/**.g.dart,/**.freezed.dart}> File paths in Glob syntax to be exclude.\n'
22
+
' (defaults to "{/**.g.dart,/**.freezed.dart}")\n'
23
23
'\n'
24
24
'\n'
25
-
" --no-congratulate Don't show output even when there are no issues.\n"
25
+
" --no-congratulate Don't show output even when there are no issues.\n"
26
26
'\n'
27
27
'\n'
28
-
' --[no-]verbose Show verbose logs.\n'
28
+
' --[no-]verbose Show verbose logs.\n'
29
29
'\n'
30
30
'\n'
31
-
' --[no-]monorepo Treat all exported code as unused by default.\n'
31
+
' --[no-]monorepo Treat all exported code as unused by default.\n'
32
32
'\n'
33
33
'\n'
34
-
' --[no-]fatal-unused Treat find unused code as fatal.\n'
35
-
' (defaults to on)\n'
34
+
' --[no-]fatal-unused Treat find unused code as fatal.\n'
'-r, --reporter=<console> The format of the output of the analysis.\n'
12
-
' [console (default), json]\n'
11
+
'-r, --reporter=<console> The format of the output of the analysis.\n'
12
+
' [console (default), json]\n'
13
13
'\n'
14
14
'\n'
15
-
'-c, --print-config Print resolved config.\n'
15
+
'-c, --print-config Print resolved config.\n'
16
16
'\n'
17
17
'\n'
18
-
' --root-folder=<./> Root folder.\n'
19
-
' (defaults to current directory)\n'
20
-
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
21
-
' --exclude=<{/**.g.dart,/**.template.dart}> File paths in Glob syntax to be exclude.\n'
22
-
' (defaults to "{/**.g.dart,/**.template.dart}")\n'
18
+
' --root-folder=<./> Root folder.\n'
19
+
' (defaults to current directory)\n'
20
+
' --sdk-path=<directory-path> Dart SDK directory path. Should be provided only when you run the application as compiled executable(https://dart.dev/tools/dart-compile#exe) and automatic Dart SDK path detection fails.\n'
21
+
' --exclude=<{/**.g.dart,/**.freezed.dart}> File paths in Glob syntax to be exclude.\n'
22
+
' (defaults to "{/**.g.dart,/**.freezed.dart}")\n'
23
23
'\n'
24
24
'\n'
25
-
" --no-congratulate Don't show output even when there are no issues.\n"
25
+
" --no-congratulate Don't show output even when there are no issues.\n"
26
26
'\n'
27
27
'\n'
28
-
' --[no-]verbose Show verbose logs.\n'
28
+
' --[no-]verbose Show verbose logs.\n'
29
29
'\n'
30
30
'\n'
31
-
' --[no-]monorepo Treat all exported files as unused by default.\n'
31
+
' --[no-]monorepo Treat all exported files as unused by default.\n'
32
32
'\n'
33
33
'\n'
34
-
' --[no-]fatal-unused Treat find unused file as fatal.\n'
35
-
' (defaults to on)\n'
34
+
' --[no-]fatal-unused Treat find unused file as fatal.\n'
35
+
' (defaults to on)\n'
36
36
'\n'
37
37
'\n'
38
-
'-d, --[no-]delete-files Delete all unused files.\n'
38
+
'-d, --[no-]delete-files Delete all unused files.\n'
0 commit comments