We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e6b46 commit 5a6575cCopy full SHA for 5a6575c
1 file changed
.credo.exs
@@ -28,7 +28,14 @@
28
~r"/apps/transport/client/",
29
"apps/transport/lib/transport/protobuf/gtfs-realtime.pb.ex",
30
# Template only — copied by devs to dev.secret.exs (gitignored), never loaded at runtime.
31
- "config/dev.secret.template.exs"
+ "config/dev.secret.template.exs",
32
+ # Config files using System.get_env/fetch_env are expected for now. Proper fix coming later.
33
+ "config/config.exs",
34
+ "config/datagouvfr.exs",
35
+ "config/dev.exs",
36
+ "config/dev.secret.exs",
37
+ "config/prod.exs",
38
+ "config/test.exs"
39
]
40
},
41
#
0 commit comments