Skip to content

Commit

Permalink
feat(tools/readme_linter): Check for global configuration section (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipska committed Jan 12, 2023
1 parent b6b0b80 commit 61523bd
Show file tree
Hide file tree
Showing 325 changed files with 363 additions and 328 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/tools/package_lxd_test/package_lxd_test
/tools/license_checker/license_checker*
/tools/readme_config_includer/generator*
/tools/readme_linter/readme_linter*
/tools/custom_builder/custom_builder*
/vendor
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ build_tools:
$(HOSTGO) build -o ./tools/custom_builder/custom_builder$(EXEEXT) ./tools/custom_builder
$(HOSTGO) build -o ./tools/license_checker/license_checker$(EXEEXT) ./tools/license_checker
$(HOSTGO) build -o ./tools/readme_config_includer/generator$(EXEEXT) ./tools/readme_config_includer/generator.go
$(HOSTGO) build -o ./tools/readme_linter/readme_linter$(EXEEXT) ./tools/readme_linter

embed_readme_%:
go generate -run="readme_config_includer/generator$$" ./plugins/$*/...
Expand Down Expand Up @@ -224,6 +225,8 @@ clean:
rm -rf tools/custom_builder/custom_builder.exe
rm -rf tools/readme_config_includer/generator
rm -rf tools/readme_config_includer/generator.exe
rm -rf tools/readme_linter/readme_linter
rm -rf tools/readme_linter/readme_linter.exe
rm -rf tools/package_lxd_test/package_lxd_test
rm -rf tools/package_lxd_test/package_lxd_test.exe
rm -rf tools/license_checker/license_checker
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/plugin_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
2 changes: 1 addition & 1 deletion plugins/aggregators/basicstats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/derivative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/final/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/histogram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/merge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/minmax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/quantile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/starlark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/aggregators/valuecounter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/activemq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/aerospike/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/aliyuncms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/amd_rocm_smi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/amqp_consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/apcupsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/aurora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/azure_monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/azure_storage_queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/bcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/beanstalkd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/beat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/bind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/bond/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/burrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/ceph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cgroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/chrony/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cisco_telemetry_mdt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/clickhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cloud_pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cloud_pubsub_push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cloudwatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cloudwatch_metric_streams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/conntrack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/consul_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/couchbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/couchdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/cpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ additional global and plugin configuration settings. These settings are used to
modify metrics, tags, and field or create aliases and configure ordering, etc.
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.

[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins

## Configuration

Expand Down
Loading

0 comments on commit 61523bd

Please sign in to comment.