antからこのコマンドを実行する必要があります:
pylint -f parseable src/apps/api | tee pylint.out
pylint.outファイルを出力します。
私はこれを試しました:
<target name="pylint" description="Pylint">
<exec executable="pylint">
<arg line="-f parseable src/apps/api | tee ${basedir}/pylint.out"/>
</exec>
</target>
ただし、pylint.outファイルは生成されません。何か案は?