mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
check line-width of only newly added lines (#2522)
* strictly require <= 120 characters
This commit is contained in:
committed by
GitHub
parent
3b0eca992c
commit
7fb3dc5f68
@@ -52,6 +52,18 @@ check-runtime:
|
||||
script:
|
||||
- ./scripts/gitlab/check_runtime.sh
|
||||
|
||||
|
||||
check-line-width:
|
||||
stage: test
|
||||
image: parity/tools:latest
|
||||
<<: *kubernetes-build
|
||||
only:
|
||||
- /^[0-9]+$/
|
||||
script:
|
||||
- ./scripts/gitlab/check_line_width.sh
|
||||
allow_failure: false
|
||||
|
||||
|
||||
test-linux-stable: &test
|
||||
stage: test
|
||||
variables:
|
||||
@@ -81,7 +93,7 @@ test-linux-stable: &test
|
||||
check-web-wasm:
|
||||
stage: test
|
||||
image: tomaka/cargo-web:latest
|
||||
allow_failure: true
|
||||
allow_failure: true
|
||||
only:
|
||||
- master
|
||||
- /^[0-9]+$/
|
||||
|
||||
Reference in New Issue
Block a user