C++: Add tags to the leap year + japanese era queries.

This commit is contained in:
Geoffrey White
2019-12-17 09:24:45 +00:00
parent 6d516e0192
commit c1be4c78af
4 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,8 @@
* @problem.severity warning
* @id cpp/japanese-era/exact-era-date
* @precision low
* @tags reliability
* @tags maintainability
* reliability
* japanese-era
*/

View File

@@ -8,6 +8,7 @@
* @id cpp/leap-year/adding-365-days-per-year
* @precision medium
* @tags leap-year
* correctness
*/
import cpp

View File

@@ -6,6 +6,7 @@
* @id cpp/leap-year/unchecked-after-arithmetic-year-modification
* @precision medium
* @tags leap-year
* correctness
*/
import cpp

View File

@@ -8,6 +8,7 @@
* @id cpp/leap-year/unchecked-return-value-for-time-conversion-function
* @precision medium
* @tags leap-year
* correctness
*/
import cpp