Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update static code analysis tools settings #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions editor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<application>
<component name="DaemonCodeAnalyzerSettings" profile="ApexAI Default" />
<component name="EditorSettings">
<option name="USE_SOFT_WRAPS" value="CONSOLE" />
<option name="SOFT_WRAP_FILE_MASKS" value="*.md; *.txt; *.rst; *.adoc" />
<option name="IS_WHEEL_FONTCHANGE_ENABLED" value="true" />
<option name="IS_WHEEL_FONTCHANGE_PERSISTENT" value="true" />
Expand Down
17 changes: 17 additions & 0 deletions inspection/ApexAI Default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<profile version="1.0">
<option name="myName" value="ApexAI Default" />
<inspection_tool class="ClangTidy" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Project Source Files" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="Clazy" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="Misra" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Project Source Files" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="OCUnusedConcept" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="OCUnusedGlobalDeclaration" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="OCUnusedIncludeDirective" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="OCUnusedMacro" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="OCUnusedStruct" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="OCUnusedTemplateParameter" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="OCUnusedTypeAlias" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
3 changes: 3 additions & 0 deletions inspection/Default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<profile version="1.0">
<option name="myName" value="Default" />
</profile>