summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-20 20:32:29 +0100
committerFlorian Dold <florian@dold.me>2021-01-20 20:32:29 +0100
commitceab4b823f98ea34fdec46784537ad120ae50e73 (patch)
tree7397b2d396a01e685f40f31012c9733450250042 /.idea
parentccf1edff26adc9f4b4a9a16856ab1347f6120205 (diff)
downloadlibeufin-ceab4b823f98ea34fdec46784537ad120ae50e73.tar.gz
libeufin-ceab4b823f98ea34fdec46784537ad120ae50e73.tar.bz2
libeufin-ceab4b823f98ea34fdec46784537ad120ae50e73.zip
rudimentary permissions, code cleanup
Diffstat (limited to '.idea')
-rw-r--r--.idea/dictionaries/dold.xml3
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/.idea/dictionaries/dold.xml b/.idea/dictionaries/dold.xml
index ce7b473e..12a9811b 100644
--- a/.idea/dictionaries/dold.xml
+++ b/.idea/dictionaries/dold.xml
@@ -8,6 +8,7 @@
<w>cronspec</w>
<w>dbit</w>
<w>ebics</w>
+ <w>gnunet</w>
<w>iban</w>
<w>infos</w>
<w>libeufin</w>
@@ -15,6 +16,8 @@
<w>pdng</w>
<w>servicer</w>
<w>sqlite</w>
+ <w>taler</w>
+ <w>wtid</w>
</words>
</dictionary>
</component> \ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 030f2446..c29fcc6b 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -1,6 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
+ <inspection_tool class="FoldInitializerAndIfToElvis" enabled="false" level="INFO" enabled_by_default="false" />
<inspection_tool class="JsonStandardCompliance" enabled="true" level="ERROR" enabled_by_default="true">
<option name="myWarnAboutComments" value="false" />
</inspection_tool>