Browse Source
- Cookstyle fixes - Remove rubocop_todo.yml as it's no longer needed - Update documentation - Update delivery configuration to exclude integration cookbooks Depends-On: https://review.opendev.org/701027 Depends-On: https://review.opendev.org/706101 Change-Id: I470c9240b5ab88971f2f8291b4ec371d6648ff66changes/47/706147/4
7 changed files with 46 additions and 74 deletions
@ -1 +1,9 @@
|
||||
remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml" |
||||
[local_phases] |
||||
unit = 'rspec spec/' |
||||
lint = 'cookstyle --display-cop-names --extra-details' |
||||
syntax = "berks install -e integration" |
||||
provision = "echo skipping" |
||||
deploy = "echo skipping" |
||||
smoke = "echo skipping" |
||||
functional = "echo skipping" |
||||
cleanup = "echo skipping" |
||||
|
@ -1,19 +0,0 @@
|
||||
# This configuration was generated by |
||||
# `rubocop --auto-gen-config` |
||||
# on 2018-08-03 05:26:08 -0700 using RuboCop version 0.55.0. |
||||
# The point is for the user to remove these configuration records |
||||
# one by one as the offenses are removed from the code base. |
||||
# Note that changes in the inspected code, or installation of new |
||||
# versions of RuboCop, may require this file to be generated again. |
||||
|
||||
# Offense count: 1 |
||||
# Cop supports --auto-correct. |
||||
Style/IfUnlessModifier: |
||||
Exclude: |
||||
- 'attributes/default.rb' |
||||
|
||||
# Offense count: 18 |
||||
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. |
||||
# URISchemes: http, https |
||||
Metrics/LineLength: |
||||
Max: 116 |
Loading…
Reference in new issue