Skip to content

Commit

Permalink
Standardise files with files in sous-chefs/repo-management
Browse files Browse the repository at this point in the history
  • Loading branch information
xorimabot committed Apr 13, 2020
1 parent 3ebba0b commit e0b2135
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 60 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#https://EditorConfig.org
# top-most EditorConfig file
root=true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json
Cheffile.lock
.librarian/

# vagrant stuff
.vagrant/
.vagrant.d/
.kitchen/
21 changes: 2 additions & 19 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# Contributing

## Branches

### `master` branch

The master branch is the current committed changes. These changes may not yet be released although we try to release often.

## Tags

All releases are tagged in git. To see the releases available to you see the changelog or the tags directly.

## Pull requests

- <https://github.com/sous-chefs/memcached/pulls>

## Issues

Need to report an issue? Use the github issues:

- <https://github.com/sous-chefs/memcached/issues>
Please refer to
[https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD)
2 changes: 2 additions & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ failure 'Please provide a summary of your Pull Request.' if github.pr_body.lengt

warn 'This is a big Pull Request.' if git.lines_of_code > 400

warn 'This is a Table Flip.' if git.lines_of_code > 2000

# Require a CHANGELOG entry for non-test changes.
if !git.modified_files.include?('CHANGELOG.md') && code_changes?
failure 'Please include a CHANGELOG entry.'
Expand Down
83 changes: 45 additions & 38 deletions chefignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Put files/directories that should be ignored in this file when uploading
# to a chef-server or supermarket.
# to a Chef Infra Server or Supermarket.
# Lines that start with '# ' are comments.

# OS generated files #
######################
.DS_Store
ehthumbs.db
Icon?
nohup.out
ehthumbs.db
Thumbs.db

# SASS #
Expand All @@ -16,62 +16,64 @@ Thumbs.db

# EDITORS #
###########
\#*
.#*
*~
*.sw[a-z]
.project
.settings
*_flymake
*_flymake.*
*.bak
*.sw[a-z]
*.tmproj
*~
\#*
mkmf.log
REVISION
TAGS*
tmtags
*_flymake.*
*_flymake
*.tmproj
.project
.settings
mkmf.log

## COMPILED ##
##############
a.out
*.o
*.pyc
*.so
*.com
*.class
*.com
*.dll
*.exe
*.o
*.pyc
*.so
*/rdoc/
a.out

# Testing #
###########
.watchr
.circleci/*
.codeclimate.yml
.foodcritic
.kitchen*
.rspec
spec/*
spec/fixtures/*
test/*
features/*
.rubocop.yml
.travis.yml
.watchr
azure-pipelines.yml
examples/*
features/*
Guardfile
kitchen.yml*
Procfile
kitchen*
.rubocop.yml
spec/*
Rakefile
.travis.yml
.foodcritic
.codeclimate.yml
spec/*
test/*

# SCM #
#######
.git
*/.git
.gitattributes
.gitconfig
.github/*
.gitignore
.gitmodules
.gitconfig
.gitattributes
.svn
*/.bzr/*
*/.git
*/.hg/*
*/.svn/*

Expand All @@ -82,18 +84,23 @@ Berksfile.lock
cookbooks/*
tmp

# Bundler #
###########
vendor/*
Gemfile
Gemfile.lock

# Policyfile #
##############
Policyfile.rb
Policyfile.lock.json

# Cookbooks #
#############
CONTRIBUTING*
CHANGELOG*
CONTRIBUTING*
TESTING*

# Strainer #
############
Colanderfile
Strainerfile
.colander
.strainer
CODE_OF_CONDUCT*

# Vagrant #
###########
Expand Down

0 comments on commit e0b2135

Please sign in to comment.