This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'forward_proxy' | |
require 'benchmark/ips' | |
require 'timeout' | |
require 'webmock' | |
include WebMock::API | |
# define a fake TCP server | |
class FakeTCPServer | |
def initialize(*) | |
# who cares |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/mapleong/src/github.com/Shopify/shopify/components/online_store/app/controllers/shop_controller.rb:123:4 | |
Privacy violation: '::RetailStore' is private to 'components/retail' but referenced from 'components/online_store'. | |
Is there a public entrypoint in 'components/retail/app/public/' that you can use instead? | |
Inference details: '::RetailStore' refers to ::RetailStore which seems to be defined in components/retail/app/models/retail_store.rb. | |
To receive help interpreting or resolving this error message, see: https://github.com/Shopify/packwerk/blob/master/TROUBLESHOOT.md#Troubleshooting-violations | |
1 offense detected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file contains a list of dependencies that are not part of the long term plan for components/shop_mover. | |
# We should generally work to reduce this list, but not at the expense of actually getting work done. | |
# | |
# You can regenerate this file using the following command: | |
# | |
# bundle exec packwerk update components/online_store | |
--- | |
components/retail: | |
"::RetailStore": | |
violations: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enforce_privacy: true | |
enforce_dependencies: true | |
dependencies: | |
- components/shop_identity | |
- components/platform | |
metadata: | |
stewards: | |
- "@online_store" | |
slack_channels: |