We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d964825 commit 648d492Copy full SHA for 648d492
1 file changed
tools/daca2.py
@@ -146,18 +146,6 @@ def scanarchive(filepath, jobs):
146
elif filename[-4:] == '.bz2':
147
subprocess.call(['tar', 'xjvf', filename])
148
149
-#
150
-# List of skipped packages - which trigger known yet unresolved problems with cppcheck.
151
-# The issues on trac (http://trac.cppcheck.net) are given for reference
152
-# insight#5184
153
154
-
155
- if filename[:7] == 'insight':
156
- results = open('results.txt', 'at')
157
- results.write('fixme: skipped package to avoid hang\n')
158
- results.close()
159
- return
160
161
removeLargeFiles('')
162
163
print('cppcheck ' + filename)
0 commit comments