Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 9957555

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix-rules-validation
2 parents cfd2474 + b8285c7 commit 9957555

File tree

5 files changed

+492
-492
lines changed

5 files changed

+492
-492
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use Dart Code Metrics as a plugin or a CLI, check out [this repository](https
88

99
## As a library
1010

11-
Dart Code Metrics can be used as a library, imported and called directly from your code. Continue with [this example](https://github.com/dart-code-checker/dart-code-metrics/blob/master/example/example.dart) in order to get more details.
11+
Dart Code Metrics can be used as a library, imported and called directly from your code. Continue with [this example](https://github.com/dart-code-checker/dart-code-metrics/blob/master/example/lib/main.dart) in order to get more details.
1212

1313
## Presets
1414

example/example.dart renamed to example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Future<void> main() async {
2424
},
2525
antiPatterns: {'long-method': {}},
2626
shouldPrintConfig: false,
27-
analysisOptionsPath: '',
27+
analysisOptionsPath: null,
2828
);
2929

3030
const analyzer = LintAnalyzer();

website/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ To use Dart Code Metrics as a command-line tool refer to the [Command Line Inter
4747

4848
### Library {#library}
4949

50-
To use Dart Code Metrics as a library refer to this [example](https://github.com/dart-code-checker/dart-code-metrics/blob/master/example/example.dart).
50+
To use Dart Code Metrics as a library refer to this [example](https://github.com/dart-code-checker/dart-code-metrics/blob/master/example/lib/main.dart).

0 commit comments

Comments
 (0)