summaryrefslogtreecommitdiff
path: root/tests/format/options/invalid-type/project.conf
blob: 653c9190120f63ac9b3f6c4e71ca70218f1123de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: test
version: 2.0

options:
  opt:
    type: funny
    description: This aint really an option type
    default: False

variables:
  (?):
  - opt is funny:
      prefix: "/opt"