diff options
| author | @syxhe <t.me/syxhe> | 2025-10-02 19:05:32 -0500 |
|---|---|---|
| committer | @syxhe <t.me/syxhe> | 2025-10-02 19:05:32 -0500 |
| commit | 3de3a9d4ca7b188abb0411c9e0a484ed2561a4b7 (patch) | |
| tree | a1e98915a810354e51ef2a82e616d586702b522a /.idea/inspectionProfiles/Project_Default.xml | |
| parent | 82c6f12de286db3c89758f201f619a63accf17f4 (diff) | |
Wrangle with test cases
Diffstat (limited to '.idea/inspectionProfiles/Project_Default.xml')
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..969ca91 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | <component name="InspectionProjectProfileManager"> | ||
| 2 | <profile version="1.0"> | ||
| 3 | <option name="myName" value="Project Default" /> | ||
| 4 | <inspection_tool class="PointlessBitwiseExpression" enabled="false" level="WARNING" enabled_by_default="false"> | ||
| 5 | <option name="m_ignoreExpressionsContainingConstants" value="true" /> | ||
| 6 | </inspection_tool> | ||
| 7 | </profile> | ||
| 8 | </component> \ No newline at end of file | ||
