mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Clean up CI bash scripts, add docs/STYLE_GUIDE.md
This commit is contained in:
parent
a868bb2a90
commit
1e0d039511
6 changed files with 56 additions and 16 deletions
|
@ -1,11 +1,12 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Make sure listed files do not contain "unwrap"
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
cd $(git rev-parse --show-toplevel) # cd into repo root so make sure paths works in any case
|
||||
cd "$(git rev-parse --show-toplevel)" # cd into repo root so make sure paths works in any case
|
||||
|
||||
# files that should not contain "unwrap"
|
||||
FILES=("components/compositing/compositor.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue