Commit | Line | Data |
---|---|---|
de800f52 CB |
1 | # Not a kernel tree |
2 | --no-tree | |
3 | ||
4 | # Ignore braces {} are not necessary for single statement blocks warning. | |
5 | # We enforce usage of {} even on single statement blocks. | |
6 | # See CodingStyles for more information. | |
7 | --ignore BRACES_SINGLE_STMT |