mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
fix(end-of-file-fixer rule):
This commit is contained in:
@@ -46,7 +46,9 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
types: [python]
|
||||
- id: end-of-file-fixer
|
||||
types: [python]
|
||||
types: [file]
|
||||
files: \.(py|js|vue)$
|
||||
|
||||
|
||||
- repo: https://github.com/executablebooks/mdformat
|
||||
rev: 0.7.17
|
||||
|
||||
+1
-1
@@ -22,4 +22,4 @@ module.exports = {
|
||||
// or
|
||||
// 'no-unused-vars': 'warn', // Change the rule to a warning
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
+1
-1
@@ -229,4 +229,4 @@ function _getFailureRateScore(failureRate) {
|
||||
else if (strengthRate >= 60) return 'D';
|
||||
else return 'E'; // For strengthRate less than 60
|
||||
}
|
||||
export { LLM_SPECS, LLM_CONFIGS, has_image, has_files, _getFailureRateColor, _getFailureRateScore ,URL };
|
||||
export { LLM_SPECS, LLM_CONFIGS, has_image, has_files, _getFailureRateColor, _getFailureRateScore ,URL };
|
||||
|
||||
@@ -55,4 +55,4 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
/* Styles for the LLM Spec Input */
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -100,4 +100,4 @@ export default {
|
||||
|
||||
<style >
|
||||
/* Styles for the consent modal */
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -55,4 +55,4 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
/* Footer-specific styles here */
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -19,4 +19,4 @@ export default {
|
||||
<style scoped>
|
||||
/* Any header-specific styles can go here */
|
||||
/* If you are using tailwind, you can include this as well*/
|
||||
</style>
|
||||
</style>
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@ app.mount('#vue-app') // Change #vue-app to #app
|
||||
|
||||
app.config.globalProperties.$lucide = lucide
|
||||
|
||||
//lucide.createIcons(); // Create icons
|
||||
//lucide.createIcons(); // Create icons
|
||||
|
||||
@@ -28,4 +28,3 @@ module.exports = {
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({ transpileDependencies: true, publicPath: '/' ,devServer: { allowedHosts: 'all', client: {webSocketURL: 'auto://0.0.0.0:0/ws'}}, })
|
||||
module.exports = defineConfig({ transpileDependencies: true, publicPath: '/' ,devServer: { allowedHosts: 'all', client: {webSocketURL: 'auto://0.0.0.0:0/ws'}}, })
|
||||
|
||||
Reference in New Issue
Block a user