Joe Hershberger | 0562219 | 2011-10-18 10:06:59 +0000 | [diff] [blame] | 1 | # Not Linux, so don't expect a Linux tree. |
| 2 | --no-tree |
| 3 | |
| 4 | # Temporary for false positive in checkpatch |
| 5 | --ignore COMPLEX_MACRO |
| 6 | |
| 7 | # For CONFIG_SYS_I2C_NOPROBES |
| 8 | --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE |
| 9 | |
| 10 | # For simple_strtoul |
| 11 | --ignore CONSIDER_KSTRTO |
| 12 | |
| 13 | # For min/max |
| 14 | --ignore MINMAX |
Kim Phillips | e3e2d00 | 2013-02-28 12:53:53 +0000 | [diff] [blame] | 15 | |
| 16 | # enable more tests |
| 17 | --strict |
Matt Porter | 1d766c4 | 2013-03-15 10:43:48 +0000 | [diff] [blame] | 18 | |
| 19 | # Not Linux, so we don't recommend usleep_range() over udelay() |
| 20 | --ignore USLEEP_RANGE |
Bo Shen | 9e79a8d | 2013-04-24 10:46:16 +0800 | [diff] [blame] | 21 | |
| 22 | # Ignore networking block comment style |
| 23 | --ignore NETWORKING_BLOCK_COMMENT_STYLE |