class RuboCop::Cop::Layout::SpaceAfterNot

Checks for space after ‘!`.

@example

# bad
! something

# good
!something