README.md in tapioca-0.13.3 vs README.md in tapioca-0.14.3

- old
+ new

@@ -498,10 +498,11 @@ # Default: false [--app-root=APP_ROOT] # The path to the Rails application # Default: . [--halt-upon-load-error], [--no-halt-upon-load-error], [--skip-halt-upon-load-error] # Halt upon a load error while loading the Rails application # Default: true + [--skip-constant=constant [constant ...]] # Do not generate RBI definitions for the given application constant(s) -c, [--config=<config file path>] # Path to the Tapioca configuration file # Default: sorbet/tapioca/config.yml -V, [--verbose], [--no-verbose], [--skip-verbose] # Verbose output for debugging purposes # Default: false @@ -883,11 +884,11 @@ Check duplicated definitions in shim RBIs ``` <!-- END_HELP_COMMAND_CHECK_SHIMS --> -Depending on the amount of meta-programming used in your project this can mean an overwhelming amount of manual work. In this case, you should consider [writting a custom DSL compiler](#writing-custom-dsl-compilers). +Depending on the amount of meta-programming used in your project this can mean an overwhelming amount of manual work. In this case, you should consider [writing a custom DSL compiler](#writing-custom-dsl-compilers). ### Configuration Tapioca supports loading command defaults from a configuration file. The default configuration file location is `sorbet/tapioca/config.yml` but this default can be changed using the `--config` flag and supplying an alternative configuration file path. @@ -931,9 +932,10 @@ rbi_max_line_length: 120 environment: development list_compilers: false app_root: "." halt_upon_load_error: true + skip_constant: [] gem: outdir: sorbet/rbi/gems file_header: true all: false prerequire: ''