]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: drop remaining references to LGTM.com
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 22 Sep 2022 22:54:12 +0000 (07:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 23 Sep 2022 09:29:22 +0000 (18:29 +0900)
docs/ARCHITECTURE.md
docs/CODE_QUALITY.md
test/README.testsuite

index aaa3d862676781d45c062976ae2a178e3e5db123..0a78f0502f023f842d1e644488cf7dfa28f6d2d5 100644 (file)
@@ -198,6 +198,6 @@ can be found under various directories such as `factory/`, `modprobe.d/`, `netwo
 
 ## Utilities for Developers
 
-`tools/`, `coccinelle/`, `.github/`, `.semaphore/`, `.lgtm/`, `.mkosi/` host various
+`tools/`, `coccinelle/`, `.github/`, `.semaphore/`, `.mkosi/` host various
 utilities and scripts that are used by maintainers and developers. They are not
 shipped or installed.
index 7d54a0f2e28b858680d8775d93139fa215b0a009..86577a48b572c6e74a119ddbd45a582e69c44011 100644 (file)
@@ -69,9 +69,9 @@ available functionality:
 13. When building systemd from a git checkout the build scripts will
     automatically enable a git commit hook that ensures whitespace cleanliness.
 
-14. [LGTM](https://lgtm.com/) analyzes every commit pushed to `main`. The list
-    of active alerts can be found
-    [here](https://lgtm.com/projects/g/systemd/systemd/alerts/?mode=list).
+14. [CodeQL](https://codeql.github.com/) analyzes each PR and every commit
+    pushed to `main`. The list of active alerts can be found
+    [here](https://github.com/systemd/systemd/security/code-scanning).
 
 15. Each PR is automatically tested with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
     and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).
index 7e3d6c0623737f17aa8ab403afb89232f47a1e4f..ac7cd361e758975ac6506108f3d1f3803cb2ed00 100644 (file)
@@ -211,10 +211,10 @@ where --test-name= is the name of the test you want to run/debug. The
 --shell-fail option will pause the execution in case the test fails and shows
 you the information how to connect to the testbed for further debugging.
 
-Manually running LGTM/CodeQL analysis
+Manually running CodeQL analysis
 =====================================
 
-This is mostly useful for debugging various CodeQL/LGTM quirks.
+This is mostly useful for debugging various CodeQL quirks.
 
 Download the CodeQL Bundle from https://github.com/github/codeql-action/releases
 and unpack it somewhere. From now the 'tutorial' assumes you have the `codeql`
@@ -238,9 +238,9 @@ This can occur if the specified build commands failed to compile or process any
  - For other languages, the --command must specify a "clean" build which compiles
    all the source code files without reusing existing build artefacts.
 
-If you want to run all queries systemd uses in LGTM/CodeQL, run:
+If you want to run all queries systemd uses in CodeQL, run:
 
-$ codeql database analyze codeqldb/ --format csv --output results.csv .github/codeql-custom.qls .lgtm/cpp-queries/*.ql -vvv
+$ codeql database analyze codeqldb/ --format csv --output results.csv .github/codeql-custom.qls .github/codeql-queries/*.ql -vvv
 
 Note: this will take a while.