Get rid of vagrant

We are using Docker now instead.

Closes https://github.com/openSUSE/osem/issues/1213
This commit is contained in:
Ana María Martínez Gómez 2019-02-21 13:42:21 +01:00 committed by Ana María Martínez Gómez
parent 51f6ad6d14
commit 0aa49e9c64
6 changed files with 1 additions and 171 deletions

View file

@ -34,14 +34,6 @@ Capybara/FeatureMethods:
FactoryBot/AttributeDefinedStatically:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: with_first_parameter, with_fixed_indentation
Layout/AlignParameters:
Exclude:
- 'Vagrantfile'
# Offense count: 4
# Cop supports --auto-correct.
Layout/ClosingParenthesisIndentation:
@ -1347,7 +1339,6 @@ Style/SingleLineMethods:
Style/StringLiterals:
Exclude:
- 'Gemfile'
- 'Vagrantfile'
- 'bin/rspec'
- 'bin/spring'
- 'config/deploy.rb'