Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mojaloop/3032): configurable param option fixes #148

Merged
merged 8 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 3 additions & 2 deletions .ncurc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ reject: [
"@testing-library/react",
"@testing-library/user-event",
# Keeping the bootstrap to the same version because there are many renames in the class names in the recent versions
"bootstrap"

"bootstrap",
# TODO: Mermaid is throwing an error while building if upgraded. Need to investigate the root cause.
"mermaid"
]
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## @global-owner1 and @global-owner2 will be requested for
## review when someone opens a pull request.
#* @global-owner1 @global-owner2
* @vijayg10 @mdebarros @elnyry-sam-k
* @vijayg10 @mdebarros @elnyry-sam-k @kleyow
## Order is important; the last matching pattern takes the most
## precedence. When someone opens a pull request that only
## modifies JS files, only @js-owner and not the global
Expand Down
5 changes: 4 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"GHSA-g4rg-993r-mgx7",
// TODO: d3-color, minimatch - can not be resolved with npm audit fix
"GHSA-36jr-mh4h-2g58",
"GHSA-f8q6-p94x-37v3"
"GHSA-f8q6-p94x-37v3",
// The following are the react dev utils which can not be updated at the moment
"GHSA-76p3-8jx3-jpfq",
"GHSA-3rfm-jhwj-7488"
]
}
Loading