assignment-styles       Assignemnt Style
base-patterns           Base Patterns
check_pattern           Check a pattern against lines
dispatch_test           Dispatch tests to the appropriate handler
functional.Rd           function based tests
lint                    Check for stylistic errors.
make_class_finder       Finder Functions Finders are helper functions
                        that assist in the definition of style checks.
                        These function assist by finding the regions
                        that are either included or excluded from
                        check.  Each finder musta accept the following
                        arguments and as well as the variadic argument
                        '...'.  1. file 2. lines 3. parse.data Order of
                        arguments is not guaranteed so explicit names
                        use is required, since use of named arguments
                        is guaranteed.  In addition other arguments may
                        be added later.  Each finder is expected to
                        retun a find formated data.frame. Custom
                        finders are encouraged, but finders for common
                        classes are included in the package.
package-lint            'lint': R code style checker
performance-styles      Performace Enhancing Styles
stylechecks             Style checks
test_style              Test a patten for consistency.
with_default            Look for an argument.
