Home | History | Annotate | Download | only in android
      1 [FORMAT]
      2 
      3 max-line-length=80
      4 
      5 [MESSAGES CONTROL]
      6 
      7 disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code,fixme,invalid-name,locally-disabled,locally-enabled,missing-docstring,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-statements,
      8 
      9 [REPORTS]
     10 
     11 reports=no
     12 
     13 [VARIABLES]
     14 
     15 dummy-variables-rgx=^_.*$|dummy
     16