Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39b42ae

Browse files
committed
Remove line numbers from suspicious rules
1 parent ff70fc2 commit 39b42ae

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Doc/tools/susp-ignored.csv

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ using/cmdline,,:line,file:line: category: message
243243
using/cmdline,,:message,action:message:category:module:line
244244
using/cmdline,,:module,action:message:category:module:line
245245
using/unix,,:Packaging,https://en.opensuse.org/Portal:Packaging
246-
whatsnew/2.0,418,:len,
246+
whatsnew/2.0,,:len,
247247
whatsnew/2.3,,::,
248248
whatsnew/2.3,,:config,
249249
whatsnew/2.3,,:Critical,
@@ -276,28 +276,28 @@ whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:
276276
whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
277277
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
278278
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
279-
library/tarfile,149,:xz,'x:xz'
280-
library/xml.etree.elementtree,290,:sometag,prefix:sometag
281-
library/xml.etree.elementtree,301,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""
282-
library/xml.etree.elementtree,301,:character,<fictional:character>Lancelot</fictional:character>
283-
library/xml.etree.elementtree,301,:character,<fictional:character>Archie Leach</fictional:character>
284-
library/xml.etree.elementtree,301,:character,<fictional:character>Sir Robin</fictional:character>
285-
library/xml.etree.elementtree,301,:character,<fictional:character>Gunther</fictional:character>
286-
library/xml.etree.elementtree,301,:character,<fictional:character>Commander Clement</fictional:character>
279+
library/tarfile,,:xz,'x:xz'
280+
library/xml.etree.elementtree,,:sometag,prefix:sometag
281+
library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""
282+
library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character>
283+
library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character>
284+
library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character>
285+
library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character>
286+
library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:character>
287287
library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):"
288288
library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"
289289
library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"
290-
library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main"""
291-
library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a"
292-
library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing"
290+
library/zipapp,,:main,"$ python -m zipapp myapp -m ""myapp:main"""
291+
library/zipapp,,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a"
292+
library/zipapp,,:callable,"""pkg.module:callable"" and the archive will be run by importing"
293293
library/stdtypes,,::,>>> m[::2].tolist()
294294
library/sys,,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:
295295
whatsnew/3.5,,:root,'WARNING:root:warning\n'
296296
whatsnew/3.5,,:warning,'WARNING:root:warning\n'
297297
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
298298
whatsnew/3.5,,:root,ERROR:root:exception
299299
whatsnew/3.5,,:exception,ERROR:root:exception
300-
whatsnew/3.6,140,`,1000000000000000`
301-
whatsnew/changelog,998,:version,import sys; I = version[:version.index(' ')]
302-
whatsnew/changelog,6416,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
303-
whatsnew/changelog,8023,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
300+
whatsnew/3.6,,`,1000000000000000`
301+
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
302+
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
303+
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"

0 commit comments

Comments
 (0)