Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add CodeMeta pattern for software metadata
Issue: #1
  • Loading branch information
joenio committed Sep 28, 2024
commit 7918915bf11937bd0fabc69fc5f33a2f1e07634e
9 changes: 9 additions & 0 deletions fuji_server/data/software_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,14 @@
"pattern": [
"pom\\.xml"
]
},
"CodeMeta": {
"category": [
"documentation"
],
"parse": "full",
"pattern": [
"codemeta\\.json"
]
}
}