Projet

Général

Profil

Révision f24e622f

IDf24e622f1c5189d7fe437fc2926ff3b13c35c13d
Parent ff8a807e
Enfant e5fa2420

Ajouté par Tim Meusel il y a 11 mois

modulesync 8.0.1

Voir les différences:

.github/workflows/ci.yml
19 19
  puppet:
20 20
    name: Puppet
21 21
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
22
    with:
23
      pidfile_workaround: 'false'
.msync.yml
2 2
# Managed by modulesync - DO NOT EDIT
3 3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4 4

  
5
modulesync_config_version: '7.5.0'
5
modulesync_config_version: '8.0.1'
.overcommit.yml
43 43
    enabled: true
44 44
    description: 'Runs rubocop on modified files only'
45 45
    command: ['bundle', 'exec', 'rubocop']
46
  PuppetLint:
46
  RakeTarget:
47 47
    enabled: true
48
    description: 'Runs puppet-lint on modified files only'
49
    command: ['bundle', 'exec', 'puppet-lint']
48
    description: 'Runs lint on modified files only'
49
    targets:
50
      - 'lint'
51
    command: ['bundle', 'exec', 'rake']
50 52
  YamlSyntax:
51 53
    enabled: true
52 54
  JsonSyntax:
.rspec
1
# Managed by modulesync - DO NOT EDIT
2
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
3

  
4
--format documentation
5
--color
.rspec_parallel
1
# Managed by modulesync - DO NOT EDIT
2
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
3

  
4
--format progress
Gemfile
4 4
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
5 5

  
6 6
group :test do
7
  gem 'voxpupuli-test', '~> 7.0',   :require => false
7
  gem 'voxpupuli-test', '~> 7.2',   :require => false
8 8
  gem 'coveralls',                  :require => false
9 9
  gem 'simplecov-console',          :require => false
10
  gem 'puppet_metadata', '~> 3.5',  :require => false
10
  gem 'puppet_metadata', '~> 4.0',  :require => false
11 11
end
12 12

  
13 13
group :development do

Formats disponibles : Unified diff