Sha256: 6b17187c2022fea336c02467f82bba6e33c4f5b6b55249850a182701e6b68f5c
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
# sequra-style SeQura code style guide and shared configuration. ## Installation Add this line to your application's Gemfile (we need to point to GitHub since it's not published): ```ruby gem "sequra-style", git: "https://github.com/sequra/sequra-style", require: false ``` And then execute: ```shell $ bundle install ``` ## Usage Use the following directives in a `.rubocop.yml` file: ```yaml inherit_gem: sequra-style: - default.yml ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sequra-style-1.3.0 | README.md |
sequra-style-1.1.0 | README.md |
sequra-style-1.0.3 | README.md |
sequra-style-0.2.0 | README.md |