aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-08-27 21:56:15 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-08-29 08:35:06 +0000
commitfaeb2f0f439065bb8118b08b138cc5e9da1d0321 (patch)
treecc479d7bebb75d000e3351577da7c2fb0242f967 /build
parentaea0e8df6addb215b187898003afa6e52a984f6a (diff)
downloadnextcloud-server-faeb2f0f439065bb8118b08b138cc5e9da1d0321.tar.gz
nextcloud-server-faeb2f0f439065bb8118b08b138cc5e9da1d0321.zip
chore: Add stylelint rules to verify we only use logical properties
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index af621a20c59..3d3ec923eae 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -76,6 +76,7 @@ $expectedFiles = [
'resources',
'robots.txt',
'status.php',
+ 'stylelint.config.js',
'tests',
'themes',
'tsconfig.json',