Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ktlint (0.35 sec)

  1. .teamcity/test-buckets.json

    				},
    				"subprojects":[
    					"code-quality",
    					"kotlin-dsl-tooling-builders",
    					"kotlin-dsl-integ-tests",
    					"model-core",
    					"logging",
    					"maven",
    					"test-kit",
    					"workers",
    					"plugins-java",
    					"plugins-groovy",
    					"plugin-development",
    					"integ-test",
    					"ivy",
    					"wrapper",
    					"kotlin-dsl",
    					"samples",
    					"enterprise",
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon May 06 14:29:38 GMT 2024
    - 49.9K bytes
    - Viewed (0)
  2. .github/renovate.json

          "description": "JDK 11 requirement"
        },
        {
          "matchPackageNames": ["gradle"],
          "allowedVersions": "<8.0",
          "description": "Recent release, not compatible with pinned AGP and Kotlin versions yet. Wait for AGP 8?"
        },
        {
          "matchPackageNames": ["com.android.tools.build:gradle"],
          "allowedVersions": "<7.4",
          "description": "Recent release, no compatible Intellij stable release (2023.1)"
    Json
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 18 14:22:17 GMT 2023
    - 1.1K bytes
    - Viewed (0)
  3. common/config/tslint.json

    {
        "defaultSeverity": "error",
        "extends": [
            "tslint:recommended"
        ],
        "rules": {
            "max-line-length": {
                "options": [160]
            },
            "arrow-parens": false,
            "new-parens": true,
            "no-arg": true,
            "no-bitwise": true,
            "no-conditional-assignment": true,
            "no-consecutive-blank-lines": true,
            "no-console": {
                "severity": "warning",
    Json
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Sep 11 23:32:21 GMT 2019
    - 631 bytes
    - Viewed (0)
  4. .space/safe-merge.json

    {
      "version": "1.0",
      "builds": [
        {
          "teamcity": {
            "configuration": "Kotlin_KotlinDev_SafeMerge",
            "url": "https://buildserver.labs.intellij.net",
            "token": "${space-safe-merge-kt}",
            "ssl-keystore": "BuildServer client"
          }
        }
      ]
    Json
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Mon Mar 27 13:43:47 GMT 2023
    - 280 bytes
    - Viewed (0)
  5. okhttp/src/main/resources/META-INF/native-image/okhttp/okhttp/reflect-config.json

    [
      {
        "name": "kotlin.internal.jdk8.JDK8PlatformImplementations",
        "allDeclaredConstructors":true
      },
      {
        "name": "kotlin.KotlinVersion",
        "allPublicMethods": true,
        "allDeclaredFields":true,
        "allDeclaredMethods":true,
        "allDeclaredConstructors":true
      },
      {
        "name": "kotlin.KotlinVersion[]"
      },
      {
        "name": "kotlin.KotlinVersion$Companion"
      },
      {
    Json
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 438 bytes
    - Viewed (0)
  6. .teamcity/subprojects.json

        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "kotlin-dsl",
        "path": "platforms/core-configuration/kotlin-dsl",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "kotlin-dsl-integ-tests",
        "path": "platforms/core-configuration/kotlin-dsl-integ-tests",
        "unitTests": false,
        "functionalTests": true,
    Json
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue May 07 22:21:19 GMT 2024
    - 26.8K bytes
    - Viewed (0)
Back to top