Skip to content

Commit df09c77

Browse files
committed
Fix plugins_list for formatter mistakes
Signed-off-by: Prashanna Dahal <prashanna217@gmail.com>
1 parent 2a447a2 commit df09c77

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

tests/packagedcode/data/plugin/plugins_list_linux.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Package type: cargo
116116
documentation URL: https://github.com/rust-secure-code/cargo-auditable/blob/master/PARSING.md
117117
primary language: Rust
118118
description: Rust binary
119-
path_patterns:
119+
path_patterns:
120120
--------------------------------------------
121121
Package type: chef
122122
datasource_id: chef_cookbook_metadata_json
@@ -473,7 +473,7 @@ Package type: golang
473473
documentation URL: https://github.com/nexB/go-inspector/
474474
primary language: Go
475475
description: Go binary
476-
path_patterns:
476+
path_patterns:
477477
--------------------------------------------
478478
Package type: haxe
479479
datasource_id: haxelib_json
@@ -690,7 +690,7 @@ Package type: osgi
690690
documentation URL: https://docs.oracle.com/javase/tutorial/deployment/jar/manifestindex.html
691691
primary language: Java
692692
description: Java OSGi MANIFEST.MF
693-
path_patterns:
693+
path_patterns:
694694
--------------------------------------------
695695
Package type: pubspec
696696
datasource_id: pubspec_lock
@@ -827,9 +827,9 @@ Package type: pypi
827827
--------------------------------------------
828828
Package type: readme
829829
datasource_id: readme
830-
documentation URL:
830+
documentation URL:
831831
primary language: None
832-
description:
832+
description:
833833
path_patterns: '*/README.android', '*/README.chromium', '*/README.facebook', '*/README.google', '*/README.thirdparty'
834834
--------------------------------------------
835835
Package type: rpm
@@ -893,7 +893,7 @@ Package type: squashfs
893893
documentation URL: https://en.wikipedia.org/wiki/SquashFS
894894
primary language: None
895895
description: Squashfs disk image
896-
path_patterns:
896+
path_patterns:
897897
--------------------------------------------
898898
Package type: swift
899899
datasource_id: swift_package_manifest_json
@@ -964,3 +964,4 @@ Package type: winexe
964964
primary language: None
965965
description: Windows Portable Executable metadata
966966
path_patterns: '*.exe', '*.dll', '*.mui', '*.mun', '*.com', '*.winmd', '*.sys', '*.tlb', '*.exe_*', '*.dll_*', '*.mui_*', '*.mun_*', '*.com_*', '*.winmd_*', '*.sys_*', '*.tlb_*', '*.ocx'
967+

0 commit comments

Comments
 (0)