1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 07:25:44 +03:00

Turn errors on in CI.

These are explicitly disabled by our .ghci file, so we can do this without compromising workflows involving GHCI too much.
This commit is contained in:
Rob Rix 2019-10-08 16:46:35 -04:00
parent b053774ede
commit 1535805747
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -8,6 +8,27 @@ packages: .
jobs: $ncpus
package semantic
ghc-options: -Werror
package semantic-core
ghc-options: -Werror
package semantic-java
ghc-options: -Werror
package semantic-json
ghc-options: -Werror
package semantic-python
ghc-options: -Werror
package semantic-source
ghc-options: -Werror
package semantic-tags
ghc-options: -Werror
source-repository-package
type: git
location: https://github.com/tclem/proto-lens-jsonpb