mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-21 15:37:09 +08:00
Removed accidentally submotted debug code
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
module ShellCheck.Data where
|
module ShellCheck.Data where
|
||||||
|
|
||||||
import Data.Version (showVersion)
|
import Data.Version (showVersion)
|
||||||
--import Paths_ShellCheck (version)
|
import Paths_ShellCheck (version)
|
||||||
|
|
||||||
shellcheckVersion = "1" --showVersion version
|
shellcheckVersion = showVersion version
|
||||||
|
|
||||||
internalVariables = [
|
internalVariables = [
|
||||||
-- Generic
|
-- Generic
|
||||||
|
Reference in New Issue
Block a user