Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for flycheck. #35

Merged
merged 4 commits into from
Nov 12, 2013
Merged

Added support for flycheck. #35

merged 4 commits into from
Nov 12, 2013

Conversation

xendk
Copy link
Collaborator

@xendk xendk commented Nov 9, 2013

Adresses #30.

With a custom checker for checking CSS/JS with phpcs.

The buffer could be in some derived mode that flycheck wont activate
the checker for, which results in errors if we try to enforce it.
@arnested arnested merged commit f4a4985 into arnested:develop Nov 12, 2013
@@ -0,0 +1,98 @@
;;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file name and the summary are obviously wrong…

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By the way, would you mind to rename this file? I might break Flycheck, if the drupal/ directory is by some accident added to load-path before the package directory of Flycheck. I know that this is somewhat unlikely, but still possible, and can easily be avoided.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the documentation and summary when I merged the change to develop. See 4f54f8b.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, the joys of copy and paste.

@arnested probably have an opinion on how these files should be named. I also introduced some inconsistency when moving things about.

@swsnr swsnr mentioned this pull request Nov 12, 2013
@xendk
Copy link
Collaborator Author

xendk commented Nov 13, 2013

@lunaryorn thanks for the review.

@xendk xendk mentioned this pull request Nov 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants