fog-xenserver 0.2.3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/.rubocop DELETED
@@ -1,23 +0,0 @@
1
- Metrics/LineLength:
2
- Enabled: false
3
-
4
- Style/EachWithObject:
5
- Enabled: false
6
-
7
- Style/Encoding:
8
- EnforcedStyle: when_needed
9
-
10
- Style/FormatString:
11
- Enabled: false
12
-
13
- Style/HashSyntax:
14
- Enabled: false
15
-
16
- Style/SignalException:
17
- EnforcedStyle: only_raise
18
-
19
- Style/StringLiterals:
20
- EnforcedStyle: double_quotes
21
-
22
- Metrics/LineLength
23
- Enabled: false