Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coder
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
coder
Commits
ad743d1a
Commit
ad743d1a
authored
10 years ago
by
Klaus Purer
Browse files
Options
Downloads
Patches
Plain Diff
Disabled Squiz CSS newline error in nested declarations, this is not in the Drupal CSS standards.
parent
1b8024a0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coder_sniffer/Drupal/Test/good/good.css
+12
-0
12 additions, 0 deletions
coder_sniffer/Drupal/Test/good/good.css
coder_sniffer/Drupal/ruleset.xml
+3
-0
3 additions, 0 deletions
coder_sniffer/Drupal/ruleset.xml
with
15 additions
and
0 deletions
coder_sniffer/Drupal/Test/good/good.css
+
12
−
0
View file @
ad743d1a
...
...
@@ -97,3 +97,15 @@
.profile__picture
{
float
:
right
;
/* LTR */
}
@media
screen
and
(
max-width
:
1152px
)
{
#wrapper
{
max-width
:
960px
;
}
#top-area
.column
:last-child
{
margin-right
:
0
;
}
#copyright
{
padding
:
0
10px
;
}
}
This diff is collapsed.
Click to expand it.
coder_sniffer/Drupal/ruleset.xml
+
3
−
0
View file @
ad743d1a
...
...
@@ -204,6 +204,9 @@
<severity>
0
</severity>
</rule>
<rule
ref=
"Squiz.CSS.ClassDefinitionOpeningBraceSpace"
/>
<rule
ref=
"Squiz.CSS.ClassDefinitionOpeningBraceSpace.AfterNesting"
>
<severity>
0
</severity>
</rule>
<rule
ref=
"Squiz.CSS.ColonSpacing"
/>
<rule
ref=
"Squiz.CSS.DisallowMultipleStyleDefinitions"
/>
<rule
ref=
"Squiz.CSS.EmptyClassDefinition"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment