Skip to content

Commit

Permalink
[dist] Silence hidden-file-or-dir rpmlint check
Browse files Browse the repository at this point in the history
Some of our files are intenionally hidden, eg. the AWS configurations,
the sprockets manifest, and many of files of the gems we bundle.
Because of that we have a lot of false positives so that we would
probably overlook offenses we might want to fix.
And given that this offense doesn't cause any harm it's better to
silence this check.
That makes other, more critical offenses more visible.
  • Loading branch information
bgeuken committed Jun 6, 2018
1 parent f9a6f12 commit fcd92c2
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 @@ -3,3 +3,4 @@ addFilter('non-etc-or-var-file-marked-as-conffile')
addFilter('no-manual-page-for-binary')
addFilter('non-executable-script')
addFilter('no-changelogname-tag')
addFilter('hidden-file-or-dir')

0 comments on commit fcd92c2

Please sign in to comment.