@forge/lint
Advanced tools
Comparing version 5.5.2-next.10 to 5.6.0-next.11
@@ -19,2 +19,3 @@ "use strict"; | ||
const invoke_remote_linter_1 = require("./linters/remote-linter/invoke-remote-linter"); | ||
const storage_module_linter_1 = require("./linters/storage-module-linter/storage-module-linter"); | ||
const reportLintResults = (logger, lintResults, showSummary = true) => { | ||
@@ -89,3 +90,4 @@ let numErrors = 0, numWarnings = 0; | ||
new dynamic_properties_permissions_linter_1.DynamicPropertiesPermissionsLinter(environment, manifest, logger), | ||
new invoke_remote_linter_1.InvokeRemoteLinter(environment, manifest, logger) | ||
new invoke_remote_linter_1.InvokeRemoteLinter(environment, manifest, logger), | ||
new storage_module_linter_1.StorageModulesLinter(environment, manifest, logger) | ||
]) => { | ||
@@ -92,0 +94,0 @@ const { include, exclude } = await (0, cli_shared_1.listTSConfigIncludeExclude)(new cli_shared_1.FileSystemReader()); |
@@ -40,4 +40,8 @@ export declare const messages: { | ||
}; | ||
sql: { | ||
message: (module: string) => string; | ||
reference: string; | ||
}; | ||
}; | ||
}; | ||
//# sourceMappingURL=messages.d.ts.map |
@@ -42,4 +42,8 @@ "use strict"; | ||
reference: 'permission-scope-required' | ||
}, | ||
sql: { | ||
message: (module) => `SQL package is used but '${module}' module is not defined in the manifest`, | ||
reference: 'https://developer.atlassian.com/platform/forge/manifest-reference/#modules' | ||
} | ||
} | ||
}; |
{ | ||
"name": "@forge/lint", | ||
"version": "5.5.2-next.10", | ||
"version": "5.6.0-next.11", | ||
"description": "Linting for forge apps", | ||
@@ -5,0 +5,0 @@ "main": "out/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
331455
161
2569