mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 17:45:57 +00:00
Add error code extension mechanism and use malformed currency code (#396)
Fixes #275
This commit is contained in:
@@ -6,7 +6,7 @@ exec 1>&2
|
||||
find src unittests -type f \( -name '*.cpp' -o -name '*.h' -o -name '*.ipp' \) -print0 | xargs -0 clang-format -i
|
||||
|
||||
# check how many lines differ
|
||||
lines=$(git diff | wc -l)
|
||||
lines=$(git diff src unittests | wc -l)
|
||||
|
||||
# check if there is any updated files
|
||||
if [ "$lines" != "0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user