diff --git a/examples/blob/cli/README.md b/examples/blob/cli/README.md index 9c87dbdd4..adb0ae9e0 100644 --- a/examples/blob/cli/README.md +++ b/examples/blob/cli/README.md @@ -1,3 +1,5 @@ +# blob-cli + The blobcli tool has several options that are listed by using the -h command however the three operating modes are covered in more detail here: diff --git a/mdl_rules.rb b/mdl_rules.rb index 0a13aa6be..5ff3e7d66 100644 --- a/mdl_rules.rb +++ b/mdl_rules.rb @@ -1,5 +1,4 @@ all -exclude_rule 'MD002' exclude_rule 'MD003' exclude_rule 'MD004' exclude_rule 'MD005'