/home/luna/cockpit-files/src/dialogs/delete.tsx:107:4 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 105 │ titleIconVariant="warning" 106 │ variant={ModalVariant.medium} > 107 │ isOpen │ ^^^^^^ 108 │ onClose={() => dialogResult.resolve()} 109 │ footer={ i Safe fix: Add explicit `true` literal for this attribute 107 │ → → → isOpen={true} │ +++++++ /home/luna/cockpit-files/src/dialogs/delete.tsx:121:59 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 119 │ > 120 │ {errorMessage && ( > 121 │ │ ^^^^^^^^ 122 │ )} 123 │ i Safe fix: Add explicit `true` literal for this attribute 121 │ → → → → │ +++++++ /home/luna/cockpit-files/src/dialogs/mkdir.tsx:107:4 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 105 │ position="top" 106 │ title={_("Create directory")} > 107 │ isOpen │ ^^^^^^ 108 │ onClose={() => dialogResult.resolve()} 109 │ variant={ModalVariant.small} i Safe fix: Add explicit `true` literal for this attribute 107 │ → → → isOpen={true} │ +++++++ /home/luna/cockpit-files/src/dialogs/mkdir.tsx:132:60 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 130 │ 131 │ {errorMessage !== undefined && ( > 132 │ │ ^^^^^^^^ 133 │ )} 134 │
│ +++++++ /home/luna/cockpit-files/src/dialogs/mkdir.tsx:135:6 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 133 │ )} 134 │ 135 │ isHorizontal │ ^^^^^^^^^^^^ 136 │ onSubmit={(e) => { 137 │ createDirectory(); i Safe fix: Add explicit `true` literal for this attribute 135 │ → → → → → isHorizontal={true} │ +++++++ /home/luna/cockpit-files/src/dialogs/mkdir.tsx:155:8 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 153 │ }} 154 │ id="create-directory-input" > 155 │ autoFocus // eslint-disable-line jsx-a11y/no-autofocus │ ^^^^^^^^^ 156 │ /> 157 │ 87 │ while ((dirent = d.readSync()) !== null) { │ ^^^^^^^^^^^^^^^^^^^^^ 88 │ if (dirent.isDirectory()) 89 │ watch_dirs(path.join(dir, dirent.name), on_change); i The use of assignments in expressions is confusing. Expressions are often considered as side-effect free. /home/luna/cockpit-files/build.js:150:26 lint/suspicious/noEmptyBlockStatements ━━━━━━━━━━━━━━━━━━━━ × Unexpected empty block. 149 │ // wait forever until Control-C > 150 │ await new Promise(() => {}); │ ^^ 151 │ } 152 │ i Empty blocks are usually the result of an incomplete refactoring. Remove the empty block or add a comment inside it if it is intentional. /home/luna/cockpit-files/build.js:132:10 lint/correctness/noUnusedVariables FIXABLE ━━━━━━━━━━━━━━ × This variable is unused. 130 │ fs.writeFileSync(args.metafile, JSON.stringify(result.metafile)); 131 │ } > 132 │ } catch (e) { │ ^ 133 │ if (!args.watch) process.exit(1); 134 │ // ignore errors in watch mode i Unused variables usually are result of incomplete refactoring, typos and other source of bugs. i Unsafe fix: If this is intentional, prepend e with an underscore. 130 130 │ fs.writeFileSync(args.metafile, JSON.stringify(result.metafile)); 131 131 │ } 132 │ - }·catch·(e)·{ 132 │ + }·catch·(_e)·{ 133 133 │ if (!args.watch) process.exit(1); 134 134 │ // ignore errors in watch mode /home/luna/cockpit-files/build.js:144:12 lint/correctness/noUnusedVariables FIXABLE ━━━━━━━━━━━━━━ × This variable is unused. 142 │ try { 143 │ await context.rebuild(); > 144 │ } catch (e) {} // ignore in watch mode │ ^ 145 │ }; 146 │ i Unused variables usually are result of incomplete refactoring, typos and other source of bugs. i Unsafe fix: If this is intentional, prepend e with an underscore. 142 142 │ try { 143 143 │ await context.rebuild(); 144 │ - → → }·catch·(e)·{}·//·ignore·in·watch·mode 144 │ + → → }·catch·(_e)·{}·//·ignore·in·watch·mode 145 145 │ }; 146 146 │ /home/luna/cockpit-files/bots/images/alpine internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/alpine /home/luna/cockpit-files/bots/images/alpine-efi internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/alpine-efi /home/luna/cockpit-files/bots/images/arch internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/arch /home/luna/cockpit-files/bots/images/centos-10 internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/centos-10 /home/luna/cockpit-files/bots/images/centos-9-bootc internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/centos-9-bootc /home/luna/cockpit-files/bots/images/centos-9-stream internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/centos-9-stream /home/luna/cockpit-files/bots/images/cirros internalError/fs ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ! Dereferenced symlink i Biome encountered a file system entry that is a broken symbolic link: /home/luna/cockpit-files/bots/images/cirros /home/luna/cockpit-files/src/dialogs/permissions.jsx:142:4 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 140 │ title={cockpit.format(_("“$0” permissions"), selected.name)} 141 │ description={inode_types[selected.type] || "Unknown type"} > 142 │ isOpen │ ^^^^^^ 143 │ onClose={dialogResult.resolve} 144 │ footer={ i Safe fix: Add explicit `true` literal for this attribute 142 │ → → → isOpen={true} │ +++++++ /home/luna/cockpit-files/src/dialogs/permissions.jsx:157:60 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 155 │ 156 │ {errorMessage !== undefined && ( > 157 │ │ ^^^^^^^^ 158 │ )} 159 │ i Safe fix: Add explicit `true` literal for this attribute 157 │ → → → → → │ +++++++ /home/luna/cockpit-files/src/dialogs/permissions.jsx:159:11 lint/style/noImplicitBoolean FIXABLE ━━━━━━━━━━ × Use explicit boolean values for boolean JSX props. 157 │ 158 │ )} > 159 │ │ ^^^^^^^^^^^^ 160 │ {superuser.allowed && accounts && groups && ( 161 │ i Safe fix: Add explicit `true` literal for this attribute 159 │ → → → → │ +++++++ The number of diagnostics exceeds the number allowed by Biome. Diagnostics not shown: 95. Checked 294 files in 34ms. No fixes applied. Found 66 errors. Found 31 warnings. lint ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ × Some errors were emitted while running checks.