Skip to content

Commit 367f426

Browse files
CopilotFreed-Wu
andauthored
Fix EditorConfig.hs module declaration for striptests compatibility
Co-authored-by: Freed-Wu <32936898+Freed-Wu@users.noreply.github.com>
1 parent e02e655 commit 367f426

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/ShellCheck/EditorConfig.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@
2424
-- of sections whose glob matches the file being checked are extracted,
2525
-- and turned into the same "key=value" directive syntax that is used in
2626
-- .shellcheckrc files.
27-
module ShellCheck.EditorConfig (
28-
parseEditorConfig
29-
, globToRegexString
30-
, runTests
31-
) where
27+
module ShellCheck.EditorConfig (parseEditorConfig, globToRegexString, runTests) where
3228

3329
import Data.Char
3430
import Data.List

0 commit comments

Comments
 (0)