We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d7f90 commit 1ce2b17Copy full SHA for 1ce2b17
tests/gitignore_test.rs
@@ -49,8 +49,7 @@ fn test_check_ignores_violations_in_gitignored_files(
49
50
/// Test that list-included-files respects gitignore patterns.
51
#[test]
52
-fn test_list_included_files_excludes_gitignored() -> Result<(), Box<dyn Error>>
53
-{
+fn test_list_included_files_excludes_gitignored() -> Result<(), Box<dyn Error>> {
54
let output = Command::cargo_bin("pks")?
55
.arg("--project-root")
56
.arg("tests/fixtures/app_with_gitignore")
0 commit comments