From 0e5c3336abb7c9ab7987183187ee7cd60f117a12 Mon Sep 17 00:00:00 2001 From: Rudy Fraser <him@rudyfraser.com> Date: Tue, 19 Mar 2024 10:19:49 -0400 Subject: [PATCH] Add IDE --- .idea/inspectionProfiles/Project_Default.xml | 11 +++++++++++ .idea/rsky.iml | 1 + 2 files changed, 12 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..0385f24 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,11 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false"> + <option name="processCode" value="true" /> + <option name="processLiterals" value="true" /> + <option name="processComments" value="true" /> + </inspection_tool> + </profile> +</component> \ No newline at end of file diff --git a/.idea/rsky.iml b/.idea/rsky.iml index c61a625..2059442 100644 --- a/.idea/rsky.iml +++ b/.idea/rsky.iml @@ -7,6 +7,7 @@ <sourceFolder url="file://$MODULE_DIR$/rsky-lexicon/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/rsky-pds/src" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/serde_ipld_dagcbor/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/rsky-mst/src" isTestSource="false" /> <excludeFolder url="file://$MODULE_DIR$/target" /> <excludeFolder url="file://$MODULE_DIR$/venv" /> </content>