-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: fix DCI-Lint errors in docs and sawtooth connector
1. Some of the documentation configuration files got moved around during the latest refactor and the .dcilintignore file's contents were not updated to match the new directory paths so this change ensure that the ignore file is up to date with the latest location of the files in the directory structure. 2. The sawtooth connector's open api generator output was not being set up with the correct ignore file so some of the generated scripts that we don't need got snuck into version control and these were also containing banned keywords. I updated the ignore file and removed the extranous files from version control (git_push.sh, .npmignore, .gitignore) [skip ci] Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
10 changed files
with
13 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...dger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/.gitignore
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...dger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/.npmignore
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
...ger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/git_push.sh
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/sawtooth-api/.gitignore
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/sawtooth-api/.npmignore
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
...ages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/sawtooth-api/git_push.sh
This file was deleted.
Oops, something went wrong.