Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
atools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leo
atools
Commits
080d6a91
Commit
080d6a91
authored
Jul 25, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove APKBUILD_STYLE=leo from some tests
parent
409ede5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
NEWS
NEWS
+5
-0
tests/apkbuild-lint.bats
tests/apkbuild-lint.bats
+3
-3
No files found.
NEWS
View file @
080d6a91
CHANGES in 18.2:
- remove APKBUILD_STYLE=leo from some tests for checks that are now part
of the main suite
CHANGES in 18.1:
- Move some style checks that belonged to leo to minor since they are
...
...
tests/apkbuild-lint.bats
View file @
080d6a91
...
...
@@ -284,7 +284,7 @@ is_travis() {
}
EOF
APKBUILD_STYLE=leo
run $cmd $apkbuild
run $cmd $apkbuild
[[ $status -eq 1 ]]
assert_match "${lines[0]}" "\[AL10\].*:do not use space before function parenthesis"
}
...
...
@@ -299,7 +299,7 @@ is_travis() {
}
EOF
APKBUILD_STYLE=leo
run $cmd $apkbuild
run $cmd $apkbuild
[[ $status -eq 1 ]]
assert_match "${lines[0]}" "\[AL11\].*:use one space after function parenthesis"
}
...
...
@@ -315,7 +315,7 @@ is_travis() {
}
EOF
APKBUILD_STYLE=leo
run $cmd $apkbuild
run $cmd $apkbuild
[[ $status -eq 1 ]]
assert_match "${lines[0]}" "\[AL12\].*:do not use a newline before function opening brace"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment