Skip to content
  1. Sep 20, 2021
  2. Sep 16, 2021
    • Richard Neill's avatar
      tools/qa-checks: Fix relative path calculation to the default config file · ebb55ff7
      Richard Neill authored
      
      
      The user should be able to execute the run-checks.py script from any location.
      This patch fixes an issue where the relative path to the configuration YAML file
      was not being resolved properly.
      
      Issue-Id: SCM-3033
      Signed-off-by: Richard Neill's avatarRichard Neill <richard.neill@arm.com>
      Change-Id: Ia5ede51cf240eddb4fed436ed2ccc69d33b5bd3e
      ebb55ff7
    • Richard Neill's avatar
      doc: Update CI build tool directory · 6f030ae1
      Richard Neill authored
      
      
      This patch updates the documentation to state that the kas-ci-build.py build
      script may be found in the project's tools/build directory, and clarifies that
      the YAML files provided to it must be valid and present as kas configuration
      files within meta-ewaol-config/kas.
      
      Issue-Id: SCM-3042
      Signed-off-by: Richard Neill's avatarRichard Neill <richard.neill@arm.com>
      Change-Id: I9743ab0964b89c55a60793f1996867f6e4e3efed
      6f030ae1
    • Richard Neill's avatar
      tools/qa-checks: Improve the spelling QA check · 47ee05f3
      Richard Neill authored
      
      
      This patch improves the spelling QA check to make the check less likely to
      produce false-positives, and to reduce the maintainence effort on the internal
      custom dictionary.
      
      This patch:
      * Avoids 'spelling errors' found within ReStructuredText code-blocks or links,
        as these are almost certainly going to be technical words that do not need to
        be validated against standard English spelling. Headers are still checked, so
        internal links are validated at the definition.
      * Expand substrings before validation, to allow the custom dictionary to
        contain (and successfully pass) only proper words.
      
      Issue-Id: SCM-3033
      Signed-off-by: Richard Neill's avatarRichard Neill <richard.neill@arm.com>
      Change-Id: I5303b93293d27c8b04116e19313c60790b5b1710
      47ee05f3
    • Richard Neill's avatar
      tools/qa-checks: Enable the commit message QA-check to analyse patch chains · b737ded6
      Richard Neill authored
      
      
      This patch allows the user to provide a set of commits to the commit message
      check, enabling the ability to analyse a patch chain.
      
      To do this, the commit message accepts a 'commits' parameter, which should be
      defined in one of the follow two formats:
      
      * '-N' to check the latest N commit messages
      * 'commit1(,commit2,...)' as a string list of commits to check. The commits
        must be valid when passed to the 'git show' command, for example a commit SHA
        or a relative commit like HEAD~2.
      
      This patch also excludes lines that are URLs from the message length check, as
      URLs are allowed break the maximum character length.
      
      Issue-Id: SCM-3033
      Signed-off-by: Richard Neill's avatarRichard Neill <richard.neill@arm.com>
      Change-Id: I0a6aa7552206c7e4a963d9ddf0687ff773386957
      b737ded6
  3. Sep 15, 2021
  4. Sep 14, 2021
  5. Sep 10, 2021
  6. Sep 09, 2021
  7. Sep 07, 2021
  8. Jul 13, 2021
Loading