|
| 1 | +jqassistant: |
| 2 | + # Controls whether the execution of jQAssistant shall be skipped |
| 3 | + # |
| 4 | + # -Djqassistant.skip: true|false |
| 5 | + skip: false |
| 6 | + |
| 7 | + # Defines the local and remote Maven repositories for retrieving additional plugins. |
| 8 | + repositories: |
| 9 | + # The path to the local repository. |
| 10 | + # |
| 11 | + # -Djqassistant.repositories.local (optional) |
| 12 | + local: ./../downloads/jqassistant-repository |
| 13 | + |
| 14 | + # The list of plugins to load and activate. |
| 15 | + # |
| 16 | + # Each plugin is identified using its Maven coordinates: |
| 17 | + # |
| 18 | + # -Djqassistant.plugins[0].group-id |
| 19 | + # -Djqassistant.plugins[0].artifact-id |
| 20 | + # -Djqassistant.plugins[0].version |
| 21 | + # -Djqassistant.plugins[0].classifier (optional) |
| 22 | + # -Djqassistant.plugins[0].type (optional) |
| 23 | + #plugins: |
| 24 | + # - group-id: |
| 25 | + # artifact-id: |
| 26 | + # version: |
| 27 | + # classifier: |
| 28 | + # type: |
| 29 | + plugins: |
| 30 | + - group-id: org.jqassistant.plugin.typescript |
| 31 | + artifact-id: jqassistant-typescript-plugin |
| 32 | + version: 1.4.0-M2 |
| 33 | + - group-id: org.jqassistant.plugin |
| 34 | + artifact-id: jqassistant-npm-plugin |
| 35 | + version: 2.1.0 |
| 36 | + - group-id: de.kontext-e.jqassistant.plugin |
| 37 | + artifact-id: jqassistant.plugin.git |
| 38 | + version: 2.4.0 |
| 39 | + |
| 40 | + |
| 41 | + # The store configuration |
| 42 | + store: |
| 43 | + # URI of the database to connect to. Supported URI schemes are 'file' for embedded databases and 'bolt' for connecting to a running Neo4j instance (3.x+), e.g. |
| 44 | + # |
| 45 | + # -Djqassistant.store.uri |
| 46 | + #uri: file://target/jqassistant/store |
| 47 | + uri: bolt://localhost:${NEO4J_BOLT_PORT:7687} |
| 48 | + |
| 49 | + # Settings for the embedded Neo4j store |
| 50 | + embedded: |
| 51 | + # Enable the HTTP and BOLT connector for the embedded store |
| 52 | + # |
| 53 | + # -Djqassistant.store.embedded.connector-enabled: true|false |
| 54 | + connector-enabled: false |
| 55 | + |
| 56 | + # The listen address for the HTTP and BOLT connectors |
| 57 | + # |
| 58 | + # -Djqassistant.store.embedded.listen-address |
| 59 | + listen-address: localhost |
| 60 | + |
| 61 | + # The BOLT connector port |
| 62 | + # |
| 63 | + # -Djqassistant.store.embedded.bolt-port |
| 64 | + bolt-port: 7687 |
| 65 | + |
| 66 | + # The HTTP connector port |
| 67 | + # |
| 68 | + # -Djqassistant.store.embedded.http-port: 7474 |
| 69 | + http-port: 7474 |
| 70 | + |
| 71 | + # Settings for connecting to a remote Neo4j store |
| 72 | + remote: |
| 73 | + # The user name for authentication. |
| 74 | + # |
| 75 | + # -Djqassistant.store.username |
| 76 | + username: ${NEO4J_USER:neo4j} |
| 77 | + |
| 78 | + # The password for authentication. |
| 79 | + # |
| 80 | + # -Djqassistant.store.password |
| 81 | + password: ${NEO4J_INITIAL_PASSWORD} |
| 82 | + |
| 83 | + # Activate encryption level for 'bolt' connections. |
| 84 | + # |
| 85 | + # -Djqassistant.store.encryption: true|false |
| 86 | + encryption: false |
| 87 | + |
| 88 | + #The trust strategy for 'bolt' connections |
| 89 | + # |
| 90 | + # -Djqassistant.store.trust-strategy: trustAllCertificates|trustCustomCaSignedCertificates|trustSystemCaSignedCertificates |
| 91 | + trust-strategy: trustAllCertificates |
| 92 | + |
| 93 | + # The file containing the custom CA certificate for trust strategy. |
| 94 | + # |
| 95 | + # -Djqassistant.store.trust-certificate |
| 96 | + trust-certificate: |
| 97 | + |
| 98 | + # Additional properties to be passed to the remote store as key-value pairs. |
| 99 | + # |
| 100 | + # -Djqassistant.store.properties |
| 101 | + properties: |
| 102 | + |
| 103 | + # The Scanner configuration |
| 104 | + scan: |
| 105 | + # Indicates whether to initially reset the store (i.e. clear all nodes and relationships) before scanning. |
| 106 | + # |
| 107 | + # -Djqassistant.scan.reset: true|false |
| 108 | + reset: true |
| 109 | + |
| 110 | + # Specifies if a scan shall be continued if an error is encountered. |
| 111 | + # |
| 112 | + # -Djqassistant.scan.continue-on-error: true|false |
| 113 | + continue-on-error: true |
| 114 | + |
| 115 | + # The items to include for scanning. |
| 116 | + include: |
| 117 | + # A list of files to include. |
| 118 | + # |
| 119 | + #jqassistant.scan.include.files[0] |
| 120 | + files: |
| 121 | + # - src/folder |
| 122 | + |
| 123 | + # A list of URLs to include. |
| 124 | + # |
| 125 | + #jqassistant.scan.include.urls[0] |
| 126 | + urls: |
| 127 | + # - maven:repository::https://nexus/repository |
| 128 | + |
| 129 | + # The properties to configure scanner plugins as key-value pairs. The supported properties are plugin specific. |
| 130 | + # |
| 131 | + # -Djqassistant.scan.properties |
| 132 | + properties: |
| 133 | + # plugin.property.key: value |
| 134 | + file.exclude: "*/.DS_Store" |
| 135 | + json.file.exclude: "*/.reports/jqa/ts-output.json" |
| 136 | + |
| 137 | + # The analyze configuration |
| 138 | + analyze: |
| 139 | + # The rule configuration |
| 140 | + rule: |
| 141 | + # The name of the directory containing project rules. |
| 142 | + # |
| 143 | + # -Djqassistant.analyze.rule.directory |
| 144 | + directory: jqassistant/rules |
| 145 | + |
| 146 | + # The default severity of concepts without an explicit severity. |
| 147 | + # |
| 148 | + # -Djqassistant.analyze.rule.default-concept-severity: INFO|MINOR|MAJOR|CRITICAL|BLOCKER |
| 149 | + default-concept-severity: MINOR |
| 150 | + |
| 151 | + # The default severity of constraint without an explicit severity. |
| 152 | + # |
| 153 | + # -Djqassistant.analyze.rule.default-constraint-severity: INFO|MINOR|MAJOR|CRITICAL|BLOCKER |
| 154 | + default-constraint-severity: MAJOR |
| 155 | + |
| 156 | + # The default severity of groups without an explicit severity. |
| 157 | + # |
| 158 | + # -Djqassistant.analyze.rule.default-group-severity: INFO|MINOR|MAJOR|CRITICAL|BLOCKER |
| 159 | + default-group-severity: |
| 160 | + |
| 161 | + # The report configuration |
| 162 | + report: |
| 163 | + # The properties to configure report plugins. The supported properties are plugin specific. |
| 164 | + # |
| 165 | + # -Djqassistant.analyze.report.properties |
| 166 | + properties: |
| 167 | + # plugin.property.key: value |
| 168 | + |
| 169 | + # Determines the severity level for reporting a warning. |
| 170 | + # |
| 171 | + # -Djqassistant.analyze.report.warn-on-severity: INFO|MINOR|MAJOR|CRITICAL|BLOCKER|NEVER |
| 172 | + warn-on-severity: MINOR |
| 173 | + |
| 174 | + # Determines the severity level for reporting a failure. |
| 175 | + # |
| 176 | + # -Djqassistant.analyze.report.fail-on-severity: INFO|MINOR|MAJOR|CRITICAL|BLOCKER|NEVER |
| 177 | + fail-on-severity: MAJOR |
| 178 | + |
| 179 | + # Determines if jQAssistant shall continue the build if failures have been detected. |
| 180 | + # |
| 181 | + # -Djqassistant.analyze.report.continue-on-failure: true|false |
| 182 | + continue-on-failure: false |
| 183 | + |
| 184 | + # Create an archive containing all generated reports. |
| 185 | + # |
| 186 | + # -Djqassistant.analyze.report.create-archive: true|false |
| 187 | + create-archive: false |
| 188 | + |
| 189 | + # Output directory for analysis reports |
| 190 | + directory: ./runtime/jqassistant/report |
| 191 | + |
| 192 | + # The concepts to be applied. |
| 193 | + # |
| 194 | + # -Djqassistant.analyze.concepts[0] |
| 195 | + # https://github.com/jQAssistant/jqa-java-plugin/blob/e17fc3032fb0d4258d4f5ca0c64099a6c789c070/src/main/asciidoc/release-notes.adoc#L9 |
| 196 | + concepts: |
| 197 | + - java-classpath:Resolve |
| 198 | + - java:PackageDependency |
| 199 | + - java:ArtifactDependency |
| 200 | + - java:JavaVersion |
| 201 | + |
| 202 | + # The constraints to be validated. |
| 203 | + # |
| 204 | + # -Djqassistant.analyze.constraints[0] |
| 205 | + constraints: |
| 206 | + # - my-constraint |
| 207 | + |
| 208 | + # The groups to be executed. |
| 209 | + # |
| 210 | + # -Djqassistant.analyze.groups[0] |
| 211 | + groups: |
| 212 | + # - spring-boot:Default |
| 213 | + |
| 214 | + # The parameters to be passed to the executed rules. |
| 215 | + # |
| 216 | + # -Djqassistant.analyze.rule-parameters."parameterName" |
| 217 | + rule-parameters: |
| 218 | + # parameterName: value |
| 219 | + |
| 220 | + # Execute concepts even if they have already been applied before |
| 221 | + # |
| 222 | + # -Djqassistant.analyze.execute-applied-concepts: true|false |
| 223 | + execute-applied-concepts: false |
| 224 | + |
| 225 | + # The execution time [seconds] for rules (concepts/constraints) to show a warning. Can be used as a hint for optimization. |
| 226 | + # |
| 227 | + # -Djqassistant.analyze.warn-on-rule-execution-time-seconds |
| 228 | + warn-on-rule-execution-time-seconds: 5 |
0 commit comments