Skip to content

Commit 8ca3216

Browse files
committed
update file structure
1 parent cf2e7e1 commit 8ca3216

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

lib/erblint-github/linters.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# frozen_string_literal: true
2+
3+
Dir[File.join(__dir__, "linters", "github/**/*.rb")].sort.each { |file| require file }
File renamed without changes.

lib/erb-lint/linters/github/accessibility/no_redundant_image_alt.rb renamed to lib/erblint-github/linters/github/accessibility/no_redundant_image_alt.rb

File renamed without changes.

test/linters/accessibility/no_redundant_image_alt_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
require "test_helper"
4-
require "erb-lint/linters/github/accessibility/no_redundant_image_alt"
4+
require "erblint-github/linters/github/accessibility/no_redundant_image_alt"
55

66
class NoRedundantImageAltTest < LinterTestCase
77
def linter_class

0 commit comments

Comments
 (0)