Sha256: c698d2fc5ee6a7dc5c24d1e41004ba3e54969c934dce7b154eb46c5f5fc623a3
Contents?: true
Size: 961 Bytes
Versions: 75
Compression:
Stored size: 961 Bytes
Contents
## Developer Certificate of Origin + License By contributing to GitLab B.V., You accept and agree to the following terms and conditions for Your present and future Contributions submitted to GitLab B.V. Except for the license granted herein to GitLab B.V. and recipients of software distributed by GitLab B.V., You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following DCO + License terms. [DCO + License](https://gitlab.com/gitlab-org/dco/blob/master/README.md) ## Style guide This project employs [rubocop](https://github.com/bbatsov/rubocop) to enforce code styles. Check your new branch by: ``` git checkout my_branch bundle install --path vendor/bundle bundle exec rubocop ``` ## Testing - Please consider tests for any code change that is made - Please ensure that the existing test suite passes ``` git checkout my_branch bundle install --path vendor/bundle bundle exec rake spec ```
Version data entries
75 entries across 75 versions & 2 rubygems