Code Inspection: 'let' used where it could be a 'const' Reports let declarations that can be made const . Last modified: 08 May 2020 Code Inspection: 'if' statement with too many branches Code Inspection: 'match' expression can be replaced with ternary expression