Only look for gitignore files inside the scope of the current git repo #6
ValidatePullRequest.yml
on: pull_request
Run Tests
1m 8s
Builds Playground
1m 0s
Check Formatting
30s
Check TODOs
9s
Matrix: Test CSharpier.MSBuild
Annotations
5 errors
|
Run Tests
Process completed with exit code 1.
|
|
Multiple_Files_Should_Use_Multiple_Ignores:
Src/CSharpier.Tests/CommandLineFormatterTests.cs#L561
Expected string to start with "Formatted 0 files in ", but found <null>.
|
|
Format_Writes_Failed_To_Compile_For_FullPath:
Src/CSharpier.Tests/CommandLineFormatterTests.cs#L69
Expected string to be "Error /Test/Subdirectory/Invalid.cs - Failed to compile so was not formatted." with a length of 77, but "There was no file or directory found at /Test/Subdirectory" has a length of 58, differs near "The" (index 0).
|
|
File_In_Ignore_Skips_Formatting_With_BaseDirectory("SubFolder/File.cs":
Src/CSharpier.Tests/CommandLineFormatterTests.cs#L527
Expected string to start with "Formatted 0 files in ", but found <null>.
|
|
File_In_Ignore_Skips_Formatting_With_BaseDirectory("SubFolder/File.cs":
Src/CSharpier.Tests/CommandLineFormatterTests.cs#L527
Expected string to start with "Formatted 0 files in ", but found <null>.
|