Skip to content

Commit 1ae4aa1

Browse files
committed
chore: cleanup end-of-file newlines
1 parent 79dc344 commit 1ae4aa1

File tree

20 files changed

+0
-29
lines changed

20 files changed

+0
-29
lines changed

detector/govulncheck/binary/testdata/vulndb/ID/GO-2024-2887.json

-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@
7777
"review_status": "REVIEWED"
7878
}
7979
}
80-
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
not
22
xml
3-

extractor/filesystem/language/dotnet/packagesconfig/testdata/nopackage

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net46" />
44
<package version="1.0.0" targetFramework="net46" developmentDependency="true" />
55
</packages>
6-

extractor/filesystem/language/dotnet/packagesconfig/testdata/noversion

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net46" />
44
<package id="Microsoft.Net.Compilers" targetFramework="net46" developmentDependency="true" />
55
</packages>
6-

extractor/filesystem/language/dotnet/packagesconfig/testdata/valid

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.0" targetFramework="net46" />
44
<package id="Microsoft.Net.Compilers" version="1.0.0" targetFramework="net46" developmentDependency="true" />
55
</packages>
6-
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
This is not a Go binary.
2-

extractor/filesystem/language/java/gradlelockfile/testdata/only-comments

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
# is
33
# a
44
# comment
5-
6-
7-
8-

extractor/filesystem/language/java/gradlelockfile/testdata/with-bad-pkg

-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@ org.springframework.boot:spring-boot-autoconfigure:2.7.4=compileClasspath,develo
1212

1313

1414
org.springframework.boot:spring-boot-configuration-processor:2.7.5=compileClasspath,developmentOnly,productionRuntimeClasspath,runtimeClasspath
15-
16-
17-
18-
19-
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-

extractor/filesystem/language/python/wheelegg/testdata/egginfo_pkginfo

-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ Security Contact
8989
To report a security vulnerability, please use the
9090
`Tidelift security contact <https://tidelift.com/security>`_.
9191
Tidelift will coordinate the fix and disclosure.
92-

extractor/filesystem/language/python/wheelegg/testdata/pkginfo

-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ A comprehensive HTTP client library, ``httplib2`` supports many features left ou
7070

7171
**Unit Tested**
7272
A large and growing set of unit tests.
73-
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
2-
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
not
22
json
3-

extractor/filesystem/language/swift/packageresolved/testdata/valid

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@
3030
],
3131
"version" : 2
3232
}
33-

extractor/filesystem/os/kernel/module/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ This README provides the steps to reproduce the creation of the test data files,
1212

1313
### 3. Compile Kernel Modules
1414
- Compile the modules (e.g. `make modules`)
15-

extractor/filesystem/os/pacman/testdata/valid_no_dep

-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ libxml2.so=2-64
4545

4646
%XDATA%
4747
pkgtype=split
48-

run_scalibr_on_image.sh

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ docker run --entrypoint "" -v "$tmp:/scalibr_working_dir:rw" "$1" /scalibr_worki
2525

2626
# Move the results to the CWD.
2727
cp $tmp/scalibr-result.textproto scalibr-result.textproto
28-
29-

semantic/testdata/alpine-versions-generated.txt

-1
Original file line numberDiff line numberDiff line change
@@ -13977,4 +13977,3 @@
1397713977
16.0-r0 < 16.0-r1
1397813978
16.0-r1 < 16.0-r2
1397913979
16.0-r2 < 16.1-r2
13980-

semantic/testdata/packagist-versions-generated.txt

-1
Original file line numberDiff line numberDiff line change
@@ -10628,4 +10628,3 @@ v5.3.33 < v5.3.34
1062810628
2.10.1 < 2.11.0
1062910629
2.11.3 < 2.12.0
1063010630
2.12.0 < 2.13.0
10631-

semantic/testdata/rubygems-versions-generated.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4096,4 +4096,3 @@
40964096
2.2.0.pre.1 < 2.2.0.pre.2
40974097
2.2.0.pre.2 < 2.2.0
40984098
2.2.4 < 3.0.0
4099-

0 commit comments

Comments
 (0)