mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
install: update rpmlint rc config for fc36
Update rpmlint rc file to match the new rpmlint version and configuration provided in Fedora 36.
This commit is contained in:
@@ -1,19 +1,2 @@
|
||||
# from the https://docs.fedoraproject.org/en-US/packaging-guidelines/:
|
||||
# "If a package supersedes/replaces an existing package without being a
|
||||
# sufficiently compatible replacement as defined above, use only the
|
||||
# 'Obsoletes:' line."
|
||||
addFilter("W: obsolete-not-provided environment-modules-compat")
|
||||
|
||||
# %ghost file mode false positive
|
||||
addFilter("W: non-executable-in-bin /usr/bin/modulecmd 644")
|
||||
|
||||
# generic environment(modules) provides statement
|
||||
addFilter("W: unversioned-explicit-provides environment\(modules\)")
|
||||
|
||||
# false positive spelling error
|
||||
addFilter("W: spelling-error %description -l en_US ksh -> ks, sh, ssh")
|
||||
addFilter("W: spelling-error %description -l en_US zsh -> sh, ssh, ash")
|
||||
addFilter("W: spelling-error %description -l en_US csh -> sch, cs, ch")
|
||||
addFilter("W: spelling-error %description -l en_US tcsh -> tosh, tush")
|
||||
addFilter("W: spelling-error %description -l en_US perl -> Perl, peel, perk")
|
||||
addFilter("W: spelling-error %description -l en_US metamodules -> meta modules, meta-modules, modulates")
|
||||
|
||||
Reference in New Issue
Block a user