Files
SwiftLint/Tests/SwiftLintFrameworkTests/Resources/test.yml
T
2016-11-08 20:35:30 +09:00

30 lines
373 B
YAML

dictionary1:
bool: true
int: 1
double: 1.0
string: string
array:
- true
- 1
- 1.0
- string
- bool: true
int: 1
double: 1.0
string: string
dictionary2:
bool: true
int: 1
double: 1.0
string: string
array:
- true
- 1
- 1.0
- string
- bool: true
int: 1
double: 1.0
string: string