-
Notifications
You must be signed in to change notification settings - Fork 285
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: dci lint errors #514
Labels
bug
Something isn't working
Developer_Experience
documentation
Improvements or additions to documentation
Milestone
Comments
petermetz
added
bug
Something isn't working
documentation
Improvements or additions to documentation
Developer_Experience
labels
Jan 25, 2021
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 26, 2021
Fixes hyperledger-cacti#514 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 26, 2021
Fixes hyperledger-cacti#514 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jan 26, 2021
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>
petermetz
added a commit
that referenced
this issue
Feb 1, 2021
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 #514 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
ghost
pushed a commit
to kikoncuo/cactus
that referenced
this issue
Feb 4, 2021
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>
ghost
pushed a commit
to kikoncuo/cactus
that referenced
this issue
Feb 4, 2021
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> Signed-off-by: Jordi Giron <jordi.giron.amezcua@accenture.com>
ghost
pushed a commit
to kikoncuo/cactus
that referenced
this issue
Feb 4, 2021
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>
petermetz
added a commit
to kikoncuo/cactus
that referenced
this issue
Feb 8, 2021
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
Developer_Experience
documentation
Improvements or additions to documentation
Describe the bug
Currently the DCI linter tool (when executed with the Hyperledger DCI-WG recommendations) at https://dci-lint.herokuapp.com/git-repo-linter is returning a list of issues that we should fix.
To Reproduce
Run the linked tool with the configuration shown on the screenshot to obtain the results
Expected behavior
The amount of errors returned should be zero.
Screenshots
Cloud provider or hardware configuration:
N/A
Operating system name, version, build:
N/A
Hyperledger Cactus release version or commit (git rev-parse --short HEAD):
v0.3.0
Hyperledger Cactus Plugins/Connectors Used
N/A
Additional context
https://wiki.hyperledger.org/display/DCI/Turning+Recommendations+into+Proposed+Motions+for+the+GB+and+TSC
cc: @takeutak @sfuji822 @hartm @jonathan-m-hamilton
The text was updated successfully, but these errors were encountered: