Remove unused `MAX_DAYS_OF_HISTORY` from vulnerabilities
The MAX_DAYS_OF_HISTORY
constant in the vulnerability
model appears to be unused:
~/gitlab-development-kit/gitlab$ ag --ignore TAGS \
--literal \
--group \
--line-number \
--column \
--smart-case -- MAX_DAYS_OF_HISTORY .
File: ee/app/models/ee/vulnerability.rb
22:7: MAX_DAYS_OF_HISTORY = 10
1 matches
1 files contained matches
62376 files searched
git history
Edited by Michael Becker