Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

checkpatch: Catch strict warnings #2215

Merged
merged 1 commit into from
Oct 17, 2018

Commits on Oct 17, 2018

  1. checkpatch: Catch strict warnings

    When the "--strict" or "--subjective" options are added to checkpatch's
    arguments, it will return additional warnings of this format type:
    
    > file.c:123: CHECK: Alignment should match open parenthesis
    
    The extra warnings can be enabled with:
    
    > let g:syntastic_c_checkpatch_args = "--strict"
    
    Signed-off-by: Brandon Maier <brandon.maier@rockwellcollins.com>
    blmaier committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    3e22663 View commit details
    Browse the repository at this point in the history