Commit 9a9edb76 authored by FulcrandG's avatar FulcrandG
Browse files

Updating license for super_linter job

parents 5df7b5e0 52d0b7eb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -18,8 +18,3 @@
.small_gitlab{
  width:20%
}


table{
  max-height: 500px;
}

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
+164 −0

File added.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
name: super_linter
description: Simple combination of various linters, to help validate the quality of your source code
default_stage: static_tests
icon: 🔎
maintainer: thomasboni
license: MIT
 No newline at end of file
Loading