Skip to content

Commit 2612b36

Browse files
committed
OWNERS: Update Andrew's preferred email
We're having some grief with non-preferred emails in Gerrit[1]. I now prefer project-related content goes to my work email address, so use my non-preferred email to implement the switch. [1]: https://issues.gerritcodereview.com/issues/317345953 Change-Id: I1e17c560fd170304229c634f560dec59528e6e41 Signed-off-by: Andrew Jeffery <[email protected]>
1 parent ac9c9c7 commit 2612b36

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

OWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ owners:
3737
3838

3939
reviewers:
40-
- andrew@aj.id.au
40+
- andrew@codeconstruct.com.au
4141

4242
matchers:
4343

@@ -46,7 +46,7 @@ openbmc:
4646
4747
discord: geissonator
4848
- name: Andrew Jeffery
49-
email: andrew@aj.id.au
49+
email: andrew@codeconstruct.com.au
5050
discord: arj
5151
- name: Joel Stanley
5252

scripts/format-code.sh

+2-13
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,7 @@ function display_help()
2525
}
2626

2727
LINTERS_ALL=( \
28-
commit_gitlint \
29-
commit_spelling \
30-
beautysh \
31-
beautysh_sh \
32-
black \
33-
clang_format \
34-
eslint \
35-
flake8 \
36-
isort \
37-
markdownlint \
38-
prettier \
39-
shellcheck \
28+
markdownlint \
4029
)
4130
LINTERS_DISABLED=()
4231
LINTERS_ENABLED=()
@@ -105,7 +94,7 @@ else # non-tty, no escapes.
10594
fi
10695

10796
# Allow called scripts to know which clang format we are using
108-
export CLANG_FORMAT="clang-format"
97+
export CLANG_FORMAT="true"
10998

11099
# Path to default config files for linters.
111100
CONFIG_PATH="$(git -C "$(dirname "${BASH_SOURCE[0]}")" rev-parse --show-toplevel)/config"

0 commit comments

Comments
 (0)