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:
parent
b053774ede
commit
1535805747
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user