C#: Remove @precision for new date queries

Removing the `@precision` annotation until we know how precise these queries
actually are for projects on LGTM.com.
This commit is contained in:
Tom Hvitved
2019-06-27 10:33:27 +02:00
parent d45b4175cb
commit 04279531e7
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
* @kind path-problem
* @problem.severity error
* @id cs/unsafe-year-construction
* @precision high
* @tags security
* date-time
* reliability

View File

@@ -4,7 +4,6 @@
* @id cs/mishandling-japanese-era
* @kind problem
* @problem.severity warning
* @precision medium
* @tags reliability
* date-time
*/