github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/cmd/check-spelling/data/rules.aff (about)

     1  #
     2  # Copyright (c) 2019 Intel Corporation
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  #
     6  
     7  SET UTF-8
     8  
     9  # Add the following characters so they are accepted as part of a word
    10  WORDCHARS 0123456789'
    11  
    12  # Disable hyphenation
    13  BREAK 0
    14  
    15  # plural
    16  SFX A N 3
    17  SFX A 0 s [^x]
    18  SFX A 0 es x
    19  SFX A y ies
    20  
    21  # possession
    22  SFX B N 1
    23  SFX B 0 's
    24  
    25  # past tense
    26  SFX C N 4
    27  SFX C 0 d e
    28  SFX C 0 ed [rt]
    29  SFX C 0 ped p
    30  SFX C 0 ged g
    31  
    32  # present continuous
    33  SFX D N 3
    34  SFX D 0 ging g
    35  SFX D 0 ing [rt]
    36  SFX D e ing e