Skip to content

Commit 23ad9b8

Browse files
committed
CoalaThread: Do not allow coala to autofix issues
1 parent e57b95c commit 23ad9b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CoalaThread.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def run(self):
6363
options.append('--find-config')
6464

6565
options.append('--files=%s' % self.file_name)
66+
options.append('-S=autoapply=false')
6667
options.extend(self.extra_args)
6768
command.extend(options)
6869

0 commit comments

Comments
 (0)