Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
apt
Commits
277894bc
Unverified
Commit
277894bc
authored
Apr 16, 2020
by
Tim Smith
Committed by
GitHub
Apr 16, 2020
Browse files
Merge pull request #250 from chef-cookbooks/automated/standardfiles
Automated PR: Standardising Files
parents
3630d19c
37033263
Changes
3
Hide whitespace changes
Inline
Side-by-side
.editorconfig
View file @
277894bc
#https://EditorConfig.org
# https://EditorConfig.org
# top-most EditorConfig file
root=true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# 2 space indentation
indent_style = space
indent_size = 2
# Avoid issues parsing cookbook files later
charset = utf-8
# Avoid cookstyle warnings
trim_trailing_whitespace = true
.github/workflows/branchcleanup.yml
View file @
277894bc
---
name
:
Branch Cleanup
# This workflow is triggered on all closed pull requests.
# However the script does not do anything i
t
a merge was not performed.
# However the script does not do anything i
f
a merge was not performed.
on
:
pull_request
:
types
:
[
closed
]
...
...
.gitignore
View file @
277894bc
*.rbc
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
...
...
@@ -14,12 +11,15 @@ _Store
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.tmp
*.bk
*.bkup
# editor temp files
.idea
.*.sw[a-z]
# ruby/bundler files
.ruby-version
.ruby-gemset
...
...
@@ -27,14 +27,16 @@ _Store
Gemfile.lock
.bundle
*.gem
coverage
spec/reports
# YARD artifacts
# YARD
/ rdoc
artifacts
.yardoc
_yardoc
doc/
.idea
rdoc
# chef stuff
# chef
infra
stuff
Berksfile.lock
.kitchen
kitchen.local.yml
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment