parent
aa6e5aa924
commit
8614395cff
@ -1,9 +0,0 @@ |
||||
|
||||
import json |
||||
|
||||
with open('../../../workspace.json') as f: |
||||
data = json.load(f) |
||||
|
||||
for key in data['projects']: |
||||
if(data['projects'][key]['architect']['lint']): |
||||
print('%s:lint' % key) |
Loading…
Reference in new issue