Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
2b450261
Commit
2b450261
authored
3 months ago
by
Beatriz Rizental
Committed by
Pier Angelo Vendrame
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Add CI for Base Browser
parent
ec6ac68b
No related branches found
No related tags found
1 merge request
!1502
TB 43415 (part 2): Cherry-picks from 128.9.0esr
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/jobs/lint/lint.yml
+15
-15
15 additions, 15 deletions
.gitlab/ci/jobs/lint/lint.yml
with
15 additions
and
15 deletions
.gitlab/ci/jobs/lint/lint.yml
+
15
−
15
View file @
2b450261
...
...
@@ -20,7 +20,7 @@
eslint
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l eslint
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l eslint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -49,7 +49,7 @@ eslint:
stylelint
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l stylelint
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l stylelint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -67,7 +67,7 @@ stylelint:
py-black
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l black
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l black
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -86,7 +86,7 @@ py-black:
py-ruff
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l ruff
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l ruff
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -105,7 +105,7 @@ py-ruff:
yaml
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l yaml
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l yaml
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -120,7 +120,7 @@ yaml:
shellcheck
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l shellcheck
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l shellcheck
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -135,7 +135,7 @@ clang-format:
extends
:
.base
script
:
-
./mach configure --without-wasm-sandboxed-libraries --with-base-browser-version=0.0.0
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l clang-format
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l clang-format
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -154,7 +154,7 @@ clang-format:
rustfmt
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l rustfmt
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l rustfmt
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -168,7 +168,7 @@ rustfmt:
fluent-lint
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l fluent-lint
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l fluent-lint
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -183,7 +183,7 @@ fluent-lint:
localization
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l l10n
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l l10n
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -200,7 +200,7 @@ localization:
mingw-capitalization
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l mingw-capitalization
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l mingw-capitalization
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -217,7 +217,7 @@ mingw-capitalization:
mscom-init
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l mscom-init
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l mscom-init
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -234,7 +234,7 @@ mscom-init:
file-whitespace
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l file-whitespace
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l file-whitespace
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -264,7 +264,7 @@ file-whitespace:
test-manifest
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l test-manifest-alpha -l test-manifest-disable -l test-manifest-skip-if
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l test-manifest-alpha -l test-manifest-disable -l test-manifest-skip-if
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
@@ -279,7 +279,7 @@ test-manifest:
trojan-source
:
extends
:
.base
script
:
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l trojan-source
-
.gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint
-v
-l trojan-source
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
changes
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment