- Changed the default linter to cookstyle - cinder-group-active was missing a Provides header for the SysV init script - Switched the qemu package to SCL for CentOS to get a newer release - Normalized template banner comment Change-Id: Iec59e0c8e3cb0b83db92a0a9f8db34a40953351f
29 lines
383 B
YAML
29 lines
383 B
YAML
AllCops:
|
|
Include:
|
|
- metadata.rb
|
|
- Gemfile
|
|
- attributes/**
|
|
- libraries/**
|
|
- providers/**
|
|
- recipes/**
|
|
- resources/**
|
|
- spec/**
|
|
Exclude:
|
|
- .cookbooks/**/*
|
|
- berks-cookbooks/**/*
|
|
- .bundle/**/*
|
|
|
|
Encoding:
|
|
Exclude:
|
|
- metadata.rb
|
|
- Gemfile
|
|
|
|
NumericLiterals:
|
|
Enabled: false
|
|
|
|
LineLength:
|
|
Enabled: false
|
|
|
|
WordArray:
|
|
MinSize: 3
|