-
-
Notifications
You must be signed in to change notification settings - Fork 311
#356 - new lint rule to disallow .col-*-12
classes alone
#368
Conversation
This has been sitting here for a few months now. Any chance of getting this merged in? |
@ChrisMBarr: can you please rebase against latest master and fix any lint errors? |
@XhmikosR ok, done. |
@ChrisMBarr: thanks. I'll need the Wiki stuff like you did #315 (comment) |
Also, note, a merge is not a rebase. If it causes any issues you will need to rebase. |
Oops, sorry - in my normal git workflow we never use rebase. Here are the docs to add for this rule: W018
|
You have used |
@ChrisMBarr: this needs another fetch and rebase. About the Wiki stuff you pasted above, is only the identifier wrong? |
@ChrisMBarr: this isn't right. My patches shouldn't be here. |
Oops, you're right. Corrected the ID. Yes that was the only thing wrong with the docs. I tried a rebase... sorry it's new to me, I'm thinking I did it wrong. Would you prefer that I just close this and make a fresh PR, or merge master into this branch again? |
I will, rebase your branch but honestly it's just too easy and you will need to learn to do it for your other PRs because they will conflict as we merge... |
@ChrisMBarr: please go through all your PRs and this one and enable Allow edits from maintainers. |
Ok done. Sorry for all the trouble here |
No worries. It's just it would save me a lot of time in the future if you properly rebased and fixed any build failures instead of me doing it. |
We get an error in BS v3 docs linting. I'll need to take care of that and then merge this. |
@mdo: can you chime in for this change? For example for the BS v3 docs we get
This is how I went to solve this for our docs twbs/bootstrap@v3-dev...v3-dev-xmr-col-12-fw |
Fixes #356