mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
* Re-export requirements.txt to fix version errors The version of lxml in this file had a known vulnerability that got caught by the "safety" checker, but it is updated in the poetry files. Regenerated using: https://github.com/usds/justice40-tool/tree/main/data/data-pipeline#miscellaneous * Fix lint error * Run lint on all envs and add comments * Ignore testst that fail lint because of dev deps * Ignore medium.com in link checker It's returning 403s to github actions...
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "yyyymmdd-xxx.md"
|
|
},
|
|
{
|
|
"pattern": "https://support.gatsbyjs.com/hc/en-us/articles/360053096273-Why-did-I-hit-Out-of-Memory-errors-"
|
|
},
|
|
{
|
|
"pattern": "^http://www.datasciencetoolkit.org"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/usds/environmental-justice/"
|
|
},
|
|
{
|
|
"pattern": "^https://.*medium.com"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{BASEURL}}/"
|
|
}
|
|
]
|
|
}
|