Difference between revisions of "Emacs-Flycheck"

From Coder Merlin
Line 18: Line 18:
== References ==
== References ==
* https://github.com/apple/swift/blob/master/docs/Driver.md
* https://github.com/apple/swift/blob/master/docs/Driver.md
* https://medium.com/xcblog/a-brief-overview-of-swift-compiler-7af0bd684718
* https://owensd.io/2015/01/14/compiling-individual-files/
* https://owensd.io/2015/01/14/compiling-individual-files/
* https://modocache.io/reading-and-understanding-the-swift-driver-source-code
* https://modocache.io/reading-and-understanding-the-swift-driver-source-code

Revision as of 12:31, 14 June 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Show Errors[edit]

  • M-x flycheck-list-errors

Verify Flycheck Results[edit]

  • M-x flycheck-compile

Configuration[edit]

View Flycheck Configuration Options[edit]

  • M-x customize-group RET flycheck-options

Customize Options[edit]

  • M-x customize RET
  • Enter 'flycheck-options'
  • Edit variables in buffer
    • Flycheck Swift3 Import Search Paths
      • Include Igis path

References[edit]