Previous Up Next

15  .cocciconfig Support

Coccinelle supports enabling custom options to be preferred when running spatch. This is supported through the search of .cocciconfig files in each of the following directories, later lines extend and may override earlier ones:

Newlines, even with \, are not tolerated in attribute values. An example follows:

[spatch]
 options = --jobs 4
 options = --show-trying

Previous Up Next