From 4b1ee204d43ecf2f1831b2de2e4ae42437a61935 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Thu, 30 Nov 2023 10:42:46 +0000 Subject: [PATCH] Ignore vendor folder Signed-off-by: Dan Webb --- .markdownlint-cli2.jsonc | 7 +++++++ .markdownlint.yaml | 1 + CHANGELOG.md | 4 +++- README.md | 13 ++++++------- 4 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 .markdownlint-cli2.jsonc diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc new file mode 100644 index 0000000..a43b612 --- /dev/null +++ b/.markdownlint-cli2.jsonc @@ -0,0 +1,7 @@ +{ + "fix": false, + "globs": ["**/*.md", "!vendor"], +// "ignores": ["ignore*.md"], + "noProgress": false, + "showFound": true +} diff --git a/.markdownlint.yaml b/.markdownlint.yaml index b5908fb..b756490 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -7,3 +7,4 @@ MD036: false MD012: false MD029: false MD004: false + diff --git a/CHANGELOG.md b/CHANGELOG.md index a70f0cc..c01a2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# busser-bats Changelog + ## 0.3.0 / 2014-10-14 ### New features @@ -22,4 +24,4 @@ * Initial release -[@fnichol]: https://github.com/fnichol \ No newline at end of file +[@fnichol]: https://github.com/fnichol diff --git a/README.md b/README.md index 161edb5..6d22e31 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Busser::RunnerPlugin::Bats +# Busser::RunnerPlugin::Bats [![Gem Version](https://badge.fury.io/rb/busser-bats.png)](http://badge.fury.io/rb/busser-bats) [![Build Status](https://travis-ci.org/test-kitchen/busser-bats.png?branch=master)](https://travis-ci.org/test-kitchen/busser-bats) @@ -10,15 +10,15 @@ A Busser runner plugin for [Bats][bats_site] This software project is no longer under active development as it has no active maintainers. The software may continue to work for some or all use cases, but issues filed in GitHub will most likely not be triaged. If a new maintainer is interested in working on this project please come chat with us in #test-kitchen on Chef Community Slack. -## Installation and Setup +## Installation and Setup Until proper reference documentation is complete, the [Writing a Test](http://kitchen.ci/docs/getting-started/writing-test) section of the Test Kitchen's [Getting Started Guide](http://kitchen.ci/docs/getting-started/) gives a working example of creating a bats test. -## Usage +## Usage **TODO:** Write documentation explaining the structure/format of testing files. -## Development +## Development * Source hosted at [GitHub][repo] * Report issues/questions/feature requests on [GitHub Issues][issues] @@ -33,11 +33,11 @@ example: 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request -## Authors +## Authors Created and maintained by [Fletcher Nichol][author] () -## License +## License Apache 2.0 (see [LICENSE][license]) @@ -48,6 +48,5 @@ Apache 2.0 (see [LICENSE][license]) [issues]: https://github.com/fnichol/busser-bats/issues [license]: https://github.com/fnichol/busser-bats/blob/master/LICENSE [repo]: https://github.com/fnichol/busser-bats -[plugin_usage]: http://docs.kitchen-ci.org/busser/plugin-usage [bats_site]: https://github.com/sstephenson/bats