File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ repos:
26
26
- id : fix-byte-order-marker
27
27
- id : mixed-line-ending
28
28
- id : trailing-whitespace
29
- # - repo: https://github.com/Lucas-C/pre-commit-hooks
30
- # rev: v1.1.10
31
- # hooks:
32
- # - id: remove-tabs
29
+ - repo : https://github.com/Lucas-C/pre-commit-hooks
30
+ rev : v1.3.1
31
+ hooks :
32
+ - id : forbid-tabs
33
+ exclude : \.c$|\.h$|\.one$|Makefile$|^src/ast/ast-structure\.txt$
34
+ - id : remove-tabs
35
+ exclude : \.c$|\.h$|\.one$|Makefile$|^src/ast/ast-structure\.txt$
33
36
- repo : https://github.com/codespell-project/codespell
34
37
rev : v2.2.2
35
38
hooks :
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ ARG LLVM_VERSION=12.0.1
6
6
7
7
# LLVM dependencies
8
8
RUN apk --no-cache add \
9
- autoconf \
10
- automake \
11
- cmake \
12
- freetype-dev \
13
- g++ \
14
- gcc \
15
- libxml2-dev \
16
- linux-headers \
17
- make \
18
- musl-dev \
19
- ncurses-dev \
20
- python3 py3-pip \
9
+ autoconf \
10
+ automake \
11
+ cmake \
12
+ freetype-dev \
13
+ g++ \
14
+ gcc \
15
+ libxml2-dev \
16
+ linux-headers \
17
+ make \
18
+ musl-dev \
19
+ ncurses-dev \
20
+ python3 py3-pip \
21
21
git
22
22
23
23
# Build and install LLVM
You can’t perform that action at this time.
0 commit comments