mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
15dfda6ea9
Refactor aggregation function Rename visiting_url to url, as they are always the same (see upstream engine scalping). Refactor parsing function to be more readable.
21 lines
333 B
JSON
21 lines
333 B
JSON
{
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"**/vscode-extension/**",
|
|
"**/.git/**",
|
|
"**/.pnpm-lock.json",
|
|
".vscode",
|
|
"megalinter",
|
|
"package-lock.json",
|
|
"report"
|
|
],
|
|
"language": "en",
|
|
"noConfigSearch": true,
|
|
"words": [
|
|
"megalinter",
|
|
"oxsecurity",
|
|
"websurfx"
|
|
],
|
|
"version": "0.2"
|
|
}
|