Showing 15 of 15 total issues
TimeSecond#self.parse has the variable name 'h' Open
h, m, s = str.split(':')
- Read upRead up
- Exclude checks
TimeSecond#self.parse has the variable name 'm' Open
h, m, s = str.split(':')
- Read upRead up
- Exclude checks
TimeSecond#self.parse has the variable name 's' Open
h, m, s = str.split(':')
- Read upRead up
- Exclude checks
Use =~
in places where the MatchData
returned by #match
will not be used. Open
unless str.match(/\A\d{1,2}:\d{2}(?:\:\d{2})?\z/)
- Read upRead up
- Exclude checks