Skip to content

Commit

Permalink
Prepare for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Jul 3, 2019
1 parent beec7cd commit 2335fac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 108 deletions.
102 changes: 0 additions & 102 deletions .rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml
Expand Up @@ -558,88 +558,6 @@ Lint/UnusedMethodArgument:
AllowUnusedKeywordArguments: false
IgnoreEmptyMethods: true

Rails/ActionFilter:
EnforcedStyle: action
SupportedStyles:
- action
- filter
Include:
- app/controllers/**/*.rb

Rails/Date:
EnforcedStyle: flexible
SupportedStyles:
- strict
- flexible

Rails/DynamicFindBy:
Whitelist:
- find_by_sql

Rails/Exit:
Include:
- app/**/*.rb
- config/**/*.rb
- lib/**/*.rb
Exclude:
- 'lib/**/*.rake'

Rails/FindBy:
Include:
- app/models/**/*.rb

Rails/FindEach:
Include:
- app/models/**/*.rb

Rails/HasAndBelongsToMany:
Include:
- app/models/**/*.rb

Rails/NotNullColumn:
Include:
- db/migrate/*.rb

Rails/Output:
Include:
- app/**/*.rb
- config/**/*.rb
- db/**/*.rb
- lib/**/*.rb

Rails/ReadWriteAttribute:
Include:
- app/models/**/*.rb

Rails/RequestReferer:
EnforcedStyle: referer
SupportedStyles:
- referer
- referrer

Rails/SafeNavigation:
ConvertTry: false

Rails/ScopeArgs:
Include:
- app/models/**/*.rb

Rails/TimeZone:
EnforcedStyle: flexible
SupportedStyles:
- strict
- flexible

Rails/UniqBeforePluck:
EnforcedStyle: conservative
SupportedStyles:
- conservative
- aggressive

Rails/Validation:
Include:
- app/models/**/*.rb

Naming/AccessorMethodName:
Enabled: true

Expand Down Expand Up @@ -1068,26 +986,6 @@ Lint/UselessSetterCall:
Lint/Void:
Enabled: true

Rails/ApplicationRecord:
Enabled: true

Rails/DelegateAllowBlank:
Enabled: true

Rails/HttpPositionalArguments:
Include:
- spec/**/*
- test/**/*

Rails/InverseOf:
Enabled: true

Rails/OutputSafety:
Enabled: true

Rails/PluralizationGrammar:
Enabled: true

Security/Eval:
Enabled: true

Expand Down
5 changes: 1 addition & 4 deletions shipit.yml
@@ -1,4 +1 @@
deploy:
override:
- "bundle exec rake build"
- "bundle exec package_cloud push shopify/gems pkg/*.gem"
# Default config
2 changes: 0 additions & 2 deletions tapioca.gemspec
Expand Up @@ -15,8 +15,6 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/Shopify/tapioca"
spec.license = "MIT"

spec.metadata["allowed_push_host"] = "no"

spec.bindir = "exe"
spec.executables = %w(tapioca)
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 2335fac

Please sign in to comment.