Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
gluebuddy
Commits
b92218d6
Verified
Commit
b92218d6
authored
Jan 19, 2022
by
Orhun Parmaksız
Committed by
Levente Polyak
Jan 26, 2022
Browse files
ci: run clippy
parent
f888e066
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b92218d6
...
...
@@ -27,3 +27,10 @@ audit:
script
:
-
cargo audit
--ignore RUSTSEC-2020-0159
# `chrono` localtime_r segfault
clippy
:
stage
:
test
before_script
:
-
rustup component add clippy
script
:
-
cargo clippy --all -- -D warnings
Levente Polyak
🚀
@anthraxx
mentioned in merge request
!3 (closed)
·
Jan 25, 2022
mentioned in merge request
!3 (closed)
mentioned in merge request !3
Toggle commit list
Levente Polyak
🚀
@anthraxx
mentioned in issue
#7 (closed)
·
Jan 25, 2022
mentioned in issue
#7 (closed)
mentioned in issue #7
Toggle commit list
Write
Preview
Supports
Markdown
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