We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc88c3 commit 15088d4Copy full SHA for 15088d4
config/config.exs
@@ -48,7 +48,7 @@ config :logger, :console,
48
config :phoenix, :json_library, Jason
49
config :phoenix_swagger, json_library: Jason
50
51
-config :pre_commit, commands: ["format --check-formatted"], verbose: true
+config :pre_commit, commands: ["format", "--check-formatted"], verbose: true
52
53
# Import environment specific config. This must remain at the bottom
54
# of this file so it overrides the configuration defined above.
0 commit comments