diff --git a/README.md b/README.md index 5093387..c1f70ff 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,14 @@ The plugin supports the following configuration options in the `meandro` section def meandro_config() do %{ - rules: [Meandro.Rule.UnnecessaryFunctionArguments], + rules: [ + :unnecessary_function_arguments, + :unused_callbacks, + :unused_configuration_options, + :unused_record_fields, + :unused_macros, + :unused_struct_fields + ], parsing: :sequential, ignore: ["test/example.ex"] }