Difference between revisions of "Emacs-Flycheck"

From Coder Merlin
Line 15: Line 15:
** Flycheck Swift3 Import Search Paths
** Flycheck Swift3 Import Search Paths
*** Include Igis path
*** Include Igis path
== References ==
* [https://github.com/apple/swift/blob/master/docs/Driver.md]
* [https://owensd.io/2015/01/14/compiling-individual-files/]
* [https://modocache.io/reading-and-understanding-the-swift-driver-source-code]

Revision as of 11:38, 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]