Sha256: fe3eb424a11e477e6853300aaef76c114a6e4d9c411ed8332047ae7271379022
Contents?: true
Size: 1.01 KB
Versions: 10
Compression:
Stored size: 1.01 KB
Contents
# This file represents the root package of the application # Please validate the configuration using `bin/packwerk validate` (for Rails applications) or running the auto generated # test case (for non-Rails projects). You can then use `packwerk check` to check your code. # Turn on dependency checks for this package enforce_dependencies: true # Turn on privacy checks for this package # enforcing privacy is often not useful for the root package, because it would require defining a public interface # for something that should only be a thin wrapper in the first place. # We recommend enabling this for any new packages you create to aid with encapsulation. enforce_privacy: false # By default the public path will be app/public/, however this may not suit all applications' architecture so # this allows you to modify what your package's public path is. # public_path: app/public/ # A list of this package's dependencies # Note that packages in this list require their own `package.yml` file # dependencies: # - "packages/billing"
Version data entries
10 entries across 10 versions & 1 rubygems