Skip to content

Commit 1511f9d

Browse files
authored
Modernize kitchen-inspec (#315)
* update inspec dep version constraint and add GHA workflows Signed-off-by: Corey Hemminger <[email protected]> * cookstyle fixes Signed-off-by: Corey Hemminger <[email protected]> * linting fixes Signed-off-by: Corey Hemminger <[email protected]> * GHA job fixes Signed-off-by: Corey Hemminger <[email protected]> * remove berksfile Signed-off-by: Corey Hemminger <[email protected]> * add kitchen.dokken.yml Signed-off-by: Corey Hemminger <[email protected]> * test Signed-off-by: Corey Hemminger <[email protected]> * test Signed-off-by: Corey Hemminger <[email protected]> * set inspec to a pre license key required version Signed-off-by: Corey Hemminger <[email protected]> * update gemfile comment Signed-off-by: Corey Hemminger <[email protected]> * switch to use inspec core Signed-off-by: Corey Hemminger <[email protected]> * test Signed-off-by: Corey Hemminger <[email protected]> * test Signed-off-by: Corey Hemminger <[email protected]> * remove tartet ruby version from rubocop config file Signed-off-by: Stromweld <[email protected]> --------- Signed-off-by: Corey Hemminger <[email protected]> Signed-off-by: Stromweld <[email protected]>
1 parent 896dbd6 commit 1511f9d

File tree

39 files changed

+770
-108
lines changed

39 files changed

+770
-108
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root=true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# 2 space indentation
12+
indent_style = space
13+
indent_size = 2
14+
15+
# Avoid issues parsing cookbook files later
16+
charset = utf-8
17+
18+
# Avoid cookstyle warnings
19+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)