Skip to content

Commit dd9f58c

Browse files
committed
self review
1 parent 1f0a21d commit dd9f58c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,6 @@ workspace:
13951395
# for files in workspace projects and tests
13961396
# Optional - takes the same values as censorLibraryWarnings above
13971397
censorProjectWarnings: all
1398-
censorTestWarnings: all
13991398

14001399
# Specify whether to show statistics at the end of the compilation,
14011400
# and how verbose they should be.

Diff for: test-fixtures/monorepo/strict-true-workspace-censored-warnings/package-a/spago.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ package:
33
dependencies:
44
- prelude
55
build:
6-
strict: true # TODO: allow strict in root
6+
strict: true

Diff for: test/Spago/Build/Monorepo.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ spec = Spec.describe "monorepo" do
138138
shouldNotHaveWarning = assertWarning paths false
139139
spago [ "build" ] >>= check { stdout: mempty, stderr: shouldNotHaveWarning, result: isRight }
140140

141-
Spec.itOnly "build fails when 'strict: true' because warnings censored at the workspace level were overridden" \{ spago, fixture, testCwd } -> do
141+
Spec.it "build fails when 'strict: true' because warnings censored at the workspace level were overridden" \{ spago, fixture, testCwd } -> do
142142
FS.copyTree { src: fixture "monorepo/strict-true-workspace-censored-warnings", dst: Path.toGlobal testCwd }
143143
let
144144
errs =

0 commit comments

Comments
 (0)