You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Engine failure. The engine '%s' returned a violation for rule '%s' that contains a code location with the endLine equal to the startLine and the endColumn %d before the startColumn %d.`,
204
204
205
-
EngineWorkingFolderKept:
205
+
AllWorkingFoldersKept:
206
+
`Since preserve_all_working_folders config setting is true, all temporary working folders in %s have been kept.`,
207
+
208
+
EngineWorkingFolderKeptDueToError:
206
209
`Since the engine '%s' emitted an error, the following temporary working folder will not be removed: %s`
it("When running rules, if the top-level preserve_all_working_folders flag is true, all run working folders are preserved and a log is issued",async()=>{
it("When selecting rules, if preserve_all_working_folders is true, then all working folders are kept regardless of failures and the root is logged",async()=>{
0 commit comments