-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ryosk7/0-1-1
feat: Update version to 0.1.1 🎉
- Loading branch information
Showing
33 changed files
with
583 additions
and
73 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
|
||
# rspec failure tracking | ||
.rspec_status | ||
/spec/rails_app/log |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# This configuration was generated by | ||
# `rubocop --auto-gen-config --exclude-limit 999999` | ||
# on 2023-10-23 18:48:06 UTC using RuboCop version 1.57.1. | ||
# The point is for the user to remove these configuration records | ||
# one by one as the offenses are removed from the code base. | ||
# Note that changes in the inspected code, or installation of new | ||
# versions of RuboCop, may require this file to be generated again. | ||
|
||
# Offense count: 1 | ||
Discourse/NoChdir: | ||
Exclude: | ||
- 'spec/**/*' | ||
- 'plugins/*/spec/**/*' | ||
- 'snapcher.gemspec' | ||
|
||
# Offense count: 1 | ||
# This cop supports safe autocorrection (--autocorrect). | ||
# Configuration parameters: EnforcedStyleAlignWith, Severity. | ||
# SupportedStylesAlignWith: keyword, variable, start_of_line | ||
Layout/EndAlignment: | ||
Exclude: | ||
- 'lib/snapcher/junker.rb' | ||
|
||
# Offense count: 1 | ||
# This cop supports safe autocorrection (--autocorrect). | ||
# Configuration parameters: Width, AllowedPatterns. | ||
Layout/IndentationWidth: | ||
Exclude: | ||
- 'lib/snapcher/junker.rb' | ||
|
||
# Offense count: 2 | ||
# This cop supports safe autocorrection (--autocorrect). | ||
# Configuration parameters: EnforcedStyle, IndentationWidth. | ||
# SupportedStyles: aligned, indented, indented_relative_to_receiver | ||
Layout/MultilineMethodCallIndentation: | ||
Exclude: | ||
- 'sample-app/config/environments/production.rb' | ||
|
||
# Offense count: 34 | ||
# This cop supports unsafe autocorrection (--autocorrect-all). | ||
# Configuration parameters: EnforcedStyle. | ||
# SupportedStyles: always, always_true, never | ||
Style/FrozenStringLiteralComment: | ||
Exclude: | ||
- 'lib/generators/snapcher/install/install_generator.rb' | ||
- 'sample-app/Gemfile' | ||
- 'sample-app/Rakefile' | ||
- 'sample-app/app/controllers/application_controller.rb' | ||
- 'sample-app/app/helpers/application_helper.rb' | ||
- 'sample-app/app/jobs/application_job.rb' | ||
- 'sample-app/app/models/application_record.rb' | ||
- 'sample-app/app/models/user.rb' | ||
- 'sample-app/bin/rails' | ||
- 'sample-app/bin/rake' | ||
- 'sample-app/bin/setup' | ||
- 'sample-app/config.ru' | ||
- 'sample-app/config/application.rb' | ||
- 'sample-app/config/boot.rb' | ||
- 'sample-app/config/environment.rb' | ||
- 'sample-app/config/environments/development.rb' | ||
- 'sample-app/config/environments/production.rb' | ||
- 'sample-app/config/environments/test.rb' | ||
- 'sample-app/config/initializers/assets.rb' | ||
- 'sample-app/config/initializers/content_security_policy.rb' | ||
- 'sample-app/config/initializers/filter_parameter_logging.rb' | ||
- 'sample-app/config/initializers/inflections.rb' | ||
- 'sample-app/config/initializers/permissions_policy.rb' | ||
- 'sample-app/config/puma.rb' | ||
- 'sample-app/config/routes.rb' | ||
- 'sample-app/db/migrate/20231019150803_create_users.rb' | ||
- 'sample-app/db/schema.rb' | ||
- 'sample-app/db/seeds.rb' | ||
- 'spec/rails_app/config/application.rb' | ||
- 'spec/rails_app/config/environment.rb' | ||
- 'spec/rails_app/config/environments/test.rb' | ||
- 'spec/rails_app/config/routes.rb' | ||
- 'spec/support/active_record/models.rb' | ||
- 'spec/support/active_record/schema.rb' |
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 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 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
Oops, something went wrong.