Skip to content

Commit

Permalink
fix: suppress warnings for invalid url source
Browse files Browse the repository at this point in the history
suppress warnings for invalid url source
  • Loading branch information
raki-git committed Aug 21, 2024
1 parent 318c6b1 commit c4c296d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/rpmbuild-almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN dnf module enable -y nodejs:20 \
&& dnf config-manager --set-enabled powertools
# Update system
RUN dnf update -y && \
cp rpmlintrc.toml /etc/xdg/rpmlint/
dnf install -y boost automake boost-filesystem boost-iostreams \
boost-program-options boost-regex boost-signals boost-system \
boost-thread cairo cairo-devel dnf-plugins-core fontconfig \
Expand Down
8 changes: 8 additions & 0 deletions images/rpmbuild-almalinux8/rpmlintrc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#suppress warnings for invalid-url Source0

addFilter = ['invalid-url Source0']
addFilter = ['invalid-url Source1']
addFilter = ['invalid-url Source2']

Filters = ['W: invalid-url Source*']

0 comments on commit c4c296d

Please sign in to comment.