We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e91396 commit 882ef39Copy full SHA for 882ef39
sonar-python-plugin/src/main/java/org/sonar/plugins/python/indexer/SonarLintPythonIndexer.java
@@ -42,7 +42,7 @@ public class SonarLintPythonIndexer extends PythonIndexer implements ModuleFileL
42
private final Map<String, InputFile> indexedFiles = new HashMap<>();
43
private static final Logger LOG = Loggers.get(SonarLintPythonIndexer.class);
44
private boolean shouldBuildProjectSymbolTable = true;
45
- private static final long DEFAULT_MAX_LINES_FOR_INDEXING = 200_000;
+ private static final long DEFAULT_MAX_LINES_FOR_INDEXING = 300_000;
46
private static final String MAX_LINES_PROPERTY = "sonar.python.sonarlint.indexing.maxlines";
47
48
public SonarLintPythonIndexer(ModuleFileSystem moduleFileSystem) {
0 commit comments