Skip to content

Commit

Permalink
[dist] Rpmlint: Fix zero-length and version-control-internal-file
Browse files Browse the repository at this point in the history
Since we soon switch to the bundle gems service we need to solve
some rpmlint issues caused by the new gem files we store in the
vendor/ directory.

Ignoring zero-length solves many warnings caused by the gem sources.
  • Loading branch information
bgeuken committed Jun 11, 2018
1 parent 025a7c6 commit 763404e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/obs-rpmlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ addFilter('no-manual-page-for-binary')
addFilter('non-executable-script')
addFilter('no-changelogname-tag')
addFilter('hidden-file-or-dir')
addFilter('zero-length')

0 comments on commit 763404e

Please sign in to comment.