From 63b73ec5bfb7e170400761798e304befaa9fc1b0 Mon Sep 17 00:00:00 2001 From: DerAlexx Date: Tue, 16 Jun 2020 10:27:38 +0200 Subject: [PATCH] (Cleaned) Cleaned up a little bit --- .devcontainer.json | 5 ----- .drone.yml | 43 ------------------------------------------- .editorconfig | 21 --------------------- docs/_config.yml | 1 - 4 files changed, 70 deletions(-) delete mode 100644 .devcontainer.json delete mode 100644 .drone.yml delete mode 100644 .editorconfig delete mode 100644 docs/_config.yml diff --git a/.devcontainer.json b/.devcontainer.json deleted file mode 100644 index 73522c60..00000000 --- a/.devcontainer.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "AlgDat II - go project", - "image": "golang:latest", - "extensions": ["ms-vscode.go"] -} diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e75707ed..00000000 --- a/.drone.yml +++ /dev/null @@ -1,43 +0,0 @@ -kind: pipeline -name: default - -platform: - arch: amd64 - os: linux - -steps: - - name: test - image: golang:1.14 - commands: - - ./scripts/seabolt.sh - - cd analyser/sherlockanalyser - - go test - - cd .. - - cd sherlockparser - - go test - - cd .. - - go build -o analysermain - - cd .. - - cd frontend - - go build -o frontendmain - - cd .. - - cd sherlockcrawler/sherlockcrawler - - go test - - cd .. - - go build -o sherlockcrawlermain - - cd .. - - cd sherlockneo - - go test - - cd .. - - cd sherlockwatchdog - - go test - - cd .. - - cd webserver/webserver - - go test - - cd .. - - go build -o webservermain - - name: lint - image: golangci/golangci-lint - commands: - - ./scripts/seabolt.sh - - golangci-lint run diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 1fb5c7af..00000000 --- a/.editorconfig +++ /dev/null @@ -1,21 +0,0 @@ -; indicate this is the root of the project -root = true - -[*] -charset = utf-8 - -end_of_line = LF -insert_final_newline = true -trim_trailing_whitespace = true - -indent_style = space -indent_size = 4 - -[Makefile] -indent_style = tab - -[makefile] -indent_style = tab - -[*.go] -indent_style = tab diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index b8497135..00000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-leap-day \ No newline at end of file