Skip to content

Commit

Permalink
fix: dci lint errors hyperledger-cacti#514
Browse files Browse the repository at this point in the history
Also adds a .dcilintignore file to specify which files are
not possible to change without breaking third party dependencies.

TODO: If and when these dependencies get swapped out or they
release new versions with inclusive language, we'll need to
update them accordingly and the ignore file as well.

Fixes hyperledger-cacti#514

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz authored and Jordi Giron committed Feb 4, 2021
1 parent 05752dd commit 08004e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 1.4.0 1.4.0
Then, `fabric-samples` directory is made in the current directory, including `basic-network`, `bin`, `chaincode/fabcar`, and `fabcar`.

- c.f.: https://hyperledger-fabric.readthedocs.io/en/release-1.4/install.html
- c.f.: https://hyperledger-fabric.readthedocs.io/en/release-2.2/install.html
- If you are behind an proxy environment, use the command that `curl -x http://yourProxyURL:yourProxyPortNumber` instead of `curl`

## b) Initialization
Expand Down

0 comments on commit 08004e7

Please sign in to comment.