Skip to content

Commit

Permalink
Add pkg_format values to base.yml
Browse files Browse the repository at this point in the history
Now that the default report reports the pkg_format in the table, the
missing pkg_format values were added so that Tern can report on them.

Resolves tern-tools#994

Signed-off-by: Jamila Ritter <jamila.ritter@rutgers.edu>
  • Loading branch information
jayeritz committed Jul 15, 2021
1 parent fc4a876 commit 0ae2a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions tern/analyze/default/command_lib/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ rpm:
delimiter: "\n"
# pip ----------------------------------------------------------------------
pip:
pkg_format: ''
pkg_format: 'pip'
os_guess:
- 'None'
path:
Expand Down Expand Up @@ -287,7 +287,7 @@ pip:
delimiter: "\n"
# pip3 ----------------------------------------------------------------------
pip3:
pkg_format: ''
pkg_format: 'pip'
os_guess:
- 'None'
path:
Expand Down Expand Up @@ -329,7 +329,7 @@ pip3:
- "for p in $pkgs; do pip3 show $p 2> /dev/null | head -7 | tail -1 | cut -f2 -d' '; done"
delimiter: "\n"
gem:
pkg_format: ''
pkg_format: 'gem'
os_guess:
- 'None'
path:
Expand Down Expand Up @@ -375,7 +375,7 @@ gem:
delimiter: "\n"
# npm----------------------------------------------------------------------
npm:
pkg_format: ''
pkg_format: 'npm'
os_guess:
- 'None'
path:
Expand Down Expand Up @@ -434,7 +434,7 @@ npm:
delimiter: "LICF"
# golang----------------------------------------------------------------------
go:
pkg_format: ''
pkg_format: 'go.mod'
os_guess:
- 'None'
path:
Expand Down

0 comments on commit 0ae2a68

Please sign in to comment.