Skip to content

Commit

Permalink
update rpmlintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Dec 3, 2017
1 parent 3a38cc3 commit ba313c2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/rmt-server-rpmlintrc
@@ -1,12 +1,9 @@
addFilter("non-standard-uid")
addFilter("script-without-shebang")
addFilter("hidden-file-or-dir /usr/share/rmt/*")
addFilter("hidden-file-or-dir /usr/share/rmt/.bundle")
addFilter("hidden-file-or-dir /usr/lib64/rmt/vendor/bundle/*")
addFilter("unexpanded-macro /usr/lib64/rmt/vendor/bundle/*")
addFilter("zero-length /usr/lib64/rmt/vendor/bundle/*")
addFilter("wrong-script-end-of-line-encoding /usr/lib64/rmt/vendor/bundle/*")
addFilter("hidden-file-or-dir /usr/lib64/rmt/.bundle")
addFilter("file-not-in-%lang /usr/lib64/rmt/vendor/bundle/*")
addFilter("no-soname /usr/lib64/rmt/vendor/bundle/*")
addFilter("non-executable-script /usr/lib64/rmt/vendor/bundle/*")
addFilter("E: env-script-interpreter .* /usr/lib64/rmt/vendor/bundle/*")

0 comments on commit ba313c2

Please sign in to comment.