[Notes] [Git][BuildStream/buildstream][tristan/readme-version] 3 commits: .gitlab-ci.yml: Trying to fix code quality reports



Title: GitLab

Tristan Van Berkom pushed to branch tristan/readme-version at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -182,11 +182,9 @@ docs:
    182 182
     #                    Post stage                     #
    
    183 183
     #####################################################
    
    184 184
     
    
    185
    -# Check code quality with codeclimate
    
    186
    -# This needs some refactoring; we probably just want to provide the codeclimate.json directly
    
    187
    -# as an output of radon, with some conversion
    
    185
    +# Check code quality with gitlab's built-in feature.
    
    188 186
     #
    
    189
    -codequality:
    
    187
    +code_quality:
    
    190 188
       <<: *tests-condition
    
    191 189
     
    
    192 190
       image: docker:stable
    
    ... ... @@ -204,7 +202,7 @@ codequality:
    204 202
             --volume /var/run/docker.sock:/var/run/docker.sock
    
    205 203
             "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
    
    206 204
       artifacts:
    
    207
    -    paths: [codeclimate.json]
    
    205
    +    paths: [gl-code-quality-report.json]
    
    208 206
     
    
    209 207
     analysis:
    
    210 208
       <<: *tests-condition
    

  • README.rst
    ... ... @@ -69,10 +69,10 @@ BuildStream operates on a set of YAML files (.bst files), as follows:
    69 69
     
    
    70 70
     How can I get started?
    
    71 71
     ======================
    
    72
    -To start using BuildStream, first,
    
    73
    -`install <https://buildstream.gitlab.io/buildstream/main_install.html>`_
    
    74
    -BuildStream onto your machine and then follow our
    
    75
    -`tutorial <https://buildstream.gitlab.io/buildstream/using_tutorial.html>`_.
    
    72
    +To get started, first `install BuildStream by following the installation guide
    
    73
    +<https://buildstream.gitlab.io/buildstream/main_install.html>`_
    
    74
    +and then follow our tutorial in the
    
    75
    +`user guide <https://buildstream.gitlab.io/buildstream/main_using.html>`_.
    
    76 76
     
    
    77 77
     We also recommend exploring some existing BuildStream projects:
    
    78 78
     
    
    ... ... @@ -81,4 +81,3 @@ We also recommend exploring some existing BuildStream projects:
    81 81
     * https://gitlab.com/baserock/definitions
    
    82 82
     
    
    83 83
     If you have any questions please ask on our `#buildstream <irc://irc.gnome.org/buildstream>`_ channel in `irc.gnome.org <irc://irc.gnome.org>`_
    84
    -



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]