diff options
| -rw-r--r-- | CONTRIBUTING-CODE.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING-CODE.adoc b/CONTRIBUTING-CODE.adoc index e168a141..a24f12d7 100644 --- a/CONTRIBUTING-CODE.adoc +++ b/CONTRIBUTING-CODE.adoc @@ -248,6 +248,10 @@ The coding style is enforced by https://rubocop.org/[RuboCop]. The rules are defined in [.path]_.rubocop.yml_. These rules extend from the default rule set to match the style of the project. +In additional to those rules, the following rules are enforced manually: + +* use tap/each instead of each_with_object to build a new Hash from an enumerable object + === Generate Code Coverage Report To generate a code coverage report when running tests using simplecov, set the `COVERAGE` environment variable as follows when running the tests: |
