summaryrefslogtreecommitdiff
path: root/lib/ols.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ols.json')
-rw-r--r--lib/ols.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ols.json b/lib/ols.json
new file mode 100644
index 0000000..89c69d7
--- /dev/null
+++ b/lib/ols.json
@@ -0,0 +1,13 @@
+{
+ "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
+ "profile": "default",
+ "profiles": [
+ {
+ "name": "default",
+ "checker_path": [ "." ],
+ "defines": {
+ "ODIN_DEBUG": "true"
+ }
+ }
+ ]
+}