diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2021-04-30 12:40:40 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2021-04-30 13:21:38 -0400 |
commit | 532c3c363e87223a184ca51a61e50724d28d8904 (patch) | |
tree | 2db817ae5ed762b60f5cada5dd57b346d92b74d5 /cspell.json | |
parent | 5e9d7cfa7c093f5c9208eab3f81bedb042b4e90c (diff) | |
download | chef-532c3c363e87223a184ca51a61e50724d28d8904.tar.gz |
Update linting and gitignore for knife rspec changes
Now that we have moved specs and supporting data into knife/,
our tools need to know what not to look at there too.
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'cspell.json')
-rw-r--r-- | cspell.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cspell.json b/cspell.json index f45e023938..61c8ff5ec1 100644 --- a/cspell.json +++ b/cspell.json @@ -1914,12 +1914,12 @@ "**/*.yml", "**/*.toml", "**/Berksfile", - "spec/data/**/*", "lib/chef/provider/package/yum/simplejson/**/*", "lib/chef/provider/package/yum/simplejson/*", "omnibus/resources/chef/**/*", "kitchen-tests/cookbooks/end_to_end/files/**/*", "spec/**", + "knife/spec/**", "docs_site", "distro/ruby_bin_folder/**/*" ], |