Commit 08942601 authored by Thomas Boni's avatar Thomas Boni
Browse files

remove coala because it is not maintained anymore

parent ba3330b7
Loading
Loading
Loading
Loading

jobs/coala/LICENSE

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
Copyright 2020 Go2Scale

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

jobs/coala/README.md

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
# 🐨 Coala

🚧 *Work in progress*

<!--
Auto-detect file in repo and run all [coala](https://coala.io) relevant linters on it.

**How to use it**

* Variables:
  * **TODO:** put variables from https://gitlab.com/go2scale/dockerfiles/quality-check here

**Specifications**

* File: https://gitlab.com/go2scale/jobs/raw/2020-03-05_3/jobs/quality_check.gitlab-ci.yml
* Publications:
    * Full report as artifact
    * Short report in merge request and job logs
* Image:
    * Repository: https://gitlab.com/go2scale/dockerfiles/quality-check
    * Documentation: https://go2scale.gitlab.io/dockerfiles/quality-check
-->

jobs/coala/coala.yml

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
# "Quality check" job
# See https://gitlab.com/go2scale/jobs/ for more informations

stages:
  - static_tests

quality_check:
  stage: static_tests
  image:
    name: "registry.gitlab.com/go2scale/dockerfiles/quality-check:v0.2.7"
  variables:
    SECTION_NAME: 'Quality check'
    QUALITY_SEVERITY_LEVEL: 'NORMAL'
    QUALITY_IGNORED_FILES: ''
    FULL_TEMPLATE: 'coala.html.j2'
    SHORT_TEMPLATE: 'coala.md.j2'
  script:
    - /run.sh .
  allow_failure: true
  artifacts:
    when: always
    expose_as: "Quality check"
    paths:
      - coala_output/quality_check.html

jobs/coala/job.yml

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
name: coala
description: A ready-to-use coala job to fix your source code
default_stage: static_tests
icon: 🐨
maintainer: thomasboni
 No newline at end of file

jobs/coala/versions/0.1.0.md

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
* Initial version