1+ {
2+ "version" : 1 ,
3+ "createdAt" : " 2026-02-15T06:27:11.4396406+00:00" ,
4+ "updatedAt" : " 2026-02-15T06:27:11.4416395+00:00" ,
5+ "description" : " Initial baseline created by 'slopwatch init' on 2026-02-15 06:27:11 UTC" ,
6+ "entries" : [
7+ {
8+ "hash" : " 84e5829b6946053c" ,
9+ "ruleId" : " SW003" ,
10+ "filePath" : " src/Flickr.Net/Internals/LockFile.cs" ,
11+ "lineNumber" : 90 ,
12+ "codeSnippet" : " catch (IOException)\r\n {\r\n // could fail if already acquired elsewhere\r\n }" ,
13+ "message" : " Empty catch block swallows exceptions without handling" ,
14+ "baselinedAt" : " 2026-02-15T06:27:11.4415193+00:00"
15+ },
16+ {
17+ "hash" : " a2d64fcf64bccc06" ,
18+ "ruleId" : " SW003" ,
19+ "filePath" : " src/Flickr.Net/Internals/UtilityMethods.cs" ,
20+ "lineNumber" : 255 ,
21+ "codeSnippet" : " catch (FormatException)\r\n {\r\n }" ,
22+ "message" : " Empty catch block swallows exceptions without handling" ,
23+ "baselinedAt" : " 2026-02-15T06:27:11.4415744+00:00"
24+ },
25+ {
26+ "hash" : " f937ffd4d96ce617" ,
27+ "ruleId" : " SW003" ,
28+ "filePath" : " src/Flickr.Net/Internals/UtilityMethods.cs" ,
29+ "lineNumber" : 300 ,
30+ "codeSnippet" : " catch (FormatException)\r\n {\r\n #if DEBUG\r\n throw;\r\n #endif\r\n // ..." ,
31+ "message" : " Empty catch block swallows exceptions without handling" ,
32+ "baselinedAt" : " 2026-02-15T06:27:11.4416356+00:00"
33+ },
34+ {
35+ "hash" : " 0fee9847472d06c4" ,
36+ "ruleId" : " SW003" ,
37+ "filePath" : " src/Flickr.Net/Internals/JsonConverters/DateTimeGranularityConverter.cs" ,
38+ "lineNumber" : 47 ,
39+ "codeSnippet" : " catch { }" ,
40+ "message" : " Empty catch block swallows exceptions without handling" ,
41+ "baselinedAt" : " 2026-02-15T06:27:11.4416378+00:00"
42+ }
43+ ]
44+ }
0 commit comments