Skip to content

Commit

Permalink
enable warnings as errors (#34)
Browse files Browse the repository at this point in the history
Motivation:

warnings as errors is good

Modifications:

add warnings as errors

Result:

no more warnings
  • Loading branch information
weissi committed Mar 8, 2019
1 parent b972d1b commit f32f6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose.1804.50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ services:
args:
ubuntu_version: "18.04"
swift_version: "5.0"
swift_flavour: "DEVELOPMENT-SNAPSHOT-2019-02-20-a"
swift_flavour: "DEVELOPMENT-SNAPSHOT-2019-03-06-a"
swift_builds_suffix: "branch"
skip_ruby_from_ppa: "true"

test:
command: /bin/bash -cl "swift test -Xswiftc -warnings-as-errors"
image: swift-nio-extras:18.04-5.0

0 comments on commit f32f6ca

Please sign in to comment.