Commit 53fe2322 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Merge branch 'STF678_Task1_2_3_4' into 'master'

Closing STF 678

See merge request !8
parents c4f1878b 20c27c45
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+4 −0
Original line number Diff line number Diff line
[submodule "etsi-mec-sandbox-frontend"]
	path = etsi-mec-sandbox-frontend
	url = https://labs.etsi.org/rep/mec/etsi-mec-sandbox-frontend.git
	branch = STF678_Task4
+225 −92

File changed.

Preview size limit exceeded, changes collapsed.

.vscode/settings.json

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
{
    "files.eol": "\n",
    "go.formatTool": "goimports",
    "go.lintTool": "golangci-lint",
    "go.lintFlags": [
        "--fast"
    ],
    // "go.useLanguageServer": false,
    "go.testOnSave": true,
    "[go]": {
        "editor.snippetSuggestions": "none",
        "editor.formatOnSave": true,
        "editor.codeActionsOnSave": {
            "source.organizeImports": true
        },
    },
    "[javascript]": {
        "editor.codeActionsOnSave": {
            "source.fixAll.eslint": true,
        },
    },
    "eslint.format.enable": true
}
+5 −0
Original line number Diff line number Diff line
@@ -12,3 +12,8 @@ InterDigital Communications Inc
InterDigital Communications Inc
xFlow Research (Pvt.) Inc.
FSCOM

[v1.10.0]
InterDigital Communications Inc
xFlow Research (Pvt.) Inc.
FSCOM
+17 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading