Commit 9c2f6db
committed
cli: Remove double check of rpmlintrc file
Remove the check of file existence for options.rpmlintrc, this is not needed
anymore, it's done by argparse with the "type=_is_file_path", that checks
that's the file exists and it's a regular file.1 parent 36f2314 commit 9c2f6db
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 99 | | |
106 | 100 | | |
107 | 101 | | |
| |||
0 commit comments