Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/.genignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/stack_one/sdk_hooks/hooks.rb

Copilot AI Dec 10, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path in .genignore should be relative to the lib/ directory since this file is located at lib/.genignore. The current path lib/stack_one/sdk_hooks/hooks.rb appears to be an absolute path from the project root. Consider changing it to stack_one/sdk_hooks/hooks.rb if this file is intended to ignore generation for the hooks.rb file within the lib directory.

Suggested change
lib/stack_one/sdk_hooks/hooks.rb
stack_one/sdk_hooks/hooks.rb

Copilot uses AI. Check for mistakes.
2 changes: 2 additions & 0 deletions lib/stack_one/sdk_hooks/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# typed: true
# frozen_string_literal: true

require_relative './types'

module StackOne
module SDKHooks
class Hooks
Expand Down