-
Notifications
You must be signed in to change notification settings - Fork 328
/
.sync.yml
41 lines (40 loc) · 873 Bytes
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
".gitlab-ci.yml":
delete: true
appveyor.yml:
delete: true
.rubocop.yml:
include_todos: true
Gemfile:
optional:
":development":
- gem: github_changelog_generator
version: '= 1.15.2'
Rakefile:
changelog_user: puppetlabs
extras:
- |
require 'rspec/core/rake_task'
namespace :ntp do
RSpec::Core::RakeTask.new(:integration) do |t|
t.pattern = 'spec/acceptance/**{,/*/**}/*_spec.rb'
t.rspec_opts = "--tag integration"
end
end
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/ci.yml:
unmanaged: true
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/release.yml:
unmanaged: false
.travis.yml:
delete: true