Skip to content

Commit

Permalink
Adds DTaaS CLI (INTO-CPS-Association#578)
Browse files Browse the repository at this point in the history
 -- Adds base structure for CLI
 -- Adds user add/delete functionality to CLI

---------
Co-authored-by: Astitva <[email protected]>
  • Loading branch information
astitva1905 authored May 1, 2024
1 parent e5b94e8 commit 210af87
Show file tree
Hide file tree
Showing 24 changed files with 2,182 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ plugins:
duplication:
enabled: true
config:
count_threshold: 3
languages:
typescript:
javascript:
python:
python_version: 3
mass_threshold: 40
eslint:
enabled: true
channel: "eslint-8"
Expand All @@ -23,6 +25,11 @@ plugins:
enabled: true
shellcheck:
enabled: true
sonar-python:
enabled: true
checks:
python:S1542:
enabled: false

exclude_patterns:
- "**.txt"
Expand All @@ -36,3 +43,4 @@ exclude_patterns:
- client/config/
- servers/lib/src/types.ts
- "deploy/config/client/env*.js"
- .pylintrc
Loading

0 comments on commit 210af87

Please sign in to comment.