File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
# swift-mode-beginning-of-defun.el:1081: All variables and subroutines might as well have a documentation string
18
18
# swift-mode-beginning-of-defun.el:1135: All variables and subroutines might as well have a documentation string
19
19
version :
20
+ - ' 30.1'
21
+ - ' 29.4'
22
+ - ' 29.3'
23
+ - ' 29.2'
20
24
- ' 29.1'
21
25
- ' 28.2'
22
26
- ' 28.1'
Original file line number Diff line number Diff line change 3
3
# Run linter in Docker. Used in Makefile.
4
4
5
5
# Indentation rules changed since 29.
6
- for version in 29 # 28 27 26 25 24
6
+ for version in 30 29 # 28 27 26 25 24
7
7
do
8
8
docker \
9
9
run \
Original file line number Diff line number Diff line change 2
2
3
3
# Run tests in Docker. Used in Makefile.
4
4
5
- for version in 29 28 27 26 25 24
5
+ for version in 30 29 28 27 26 25 24
6
6
do
7
7
rm -f * .elc test/* .elc
8
8
rm -f * -autoloads.el
You can’t perform that action at this time.
0 commit comments